Index: Source/bindings/core/v8/V8LazyEventListener.cpp |
diff --git a/Source/bindings/core/v8/V8LazyEventListener.cpp b/Source/bindings/core/v8/V8LazyEventListener.cpp |
index 7e8a64366533d9970babfda131a55cc545eb8532..6b36c50e3ca671968cb0c2863f4d937909debb2d 100644 |
--- a/Source/bindings/core/v8/V8LazyEventListener.cpp |
+++ b/Source/bindings/core/v8/V8LazyEventListener.cpp |
@@ -51,7 +51,7 @@ |
namespace blink { |
-V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) |
+V8LazyEventListener::V8LazyEventListener(v8::Isolate* isolate, const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node) |
: V8AbstractEventListener(true, DOMWrapperWorld::mainWorld(), isolate) |
, m_functionName(functionName) |
, m_eventParameterName(eventParameterName) |