From d441d6f39bb846989d95bcf5caf387b42414718d Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 13 Sep 2013 12:51:20 +0200 Subject: Import Qt5x2 branch of QtWebkit for Qt 5.2 Importing a new snapshot of webkit. Change-Id: I2d01ad12cdc8af8cb015387641120a9d7ea5f10c Reviewed-by: Allan Sandfeld Jensen --- Source/WebCore/dom/CustomEvent.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Source/WebCore/dom/CustomEvent.cpp') diff --git a/Source/WebCore/dom/CustomEvent.cpp b/Source/WebCore/dom/CustomEvent.cpp index 9ca5a142d..6c28e3495 100644 --- a/Source/WebCore/dom/CustomEvent.cpp +++ b/Source/WebCore/dom/CustomEvent.cpp @@ -59,19 +59,6 @@ void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool m_detail = detail; } -#if USE(V8) -void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr serializedScriptValue) -{ - ASSERT(m_detail.hasNoValue()); - if (dispatched()) - return; - - initEvent(type, canBubble, cancelable); - - m_serializedScriptValue = serializedScriptValue; -} -#endif // USE(V8) - const AtomicString& CustomEvent::interfaceName() const { return eventNames().interfaceForCustomEvent; -- cgit v1.2.1