Index: Source/bindings/v8/V8LazyEventListener.cpp |
diff --git a/Source/bindings/v8/V8LazyEventListener.cpp b/Source/bindings/v8/V8LazyEventListener.cpp |
index f899de4bc46a2cbb7d2b6388b6f0ef087b8b9297..9553b1c6aea99d8465a33363de2e5ed3624309c3 100644 |
--- a/Source/bindings/v8/V8LazyEventListener.cpp |
+++ b/Source/bindings/v8/V8LazyEventListener.cpp |
@@ -52,8 +52,8 @@ |
namespace WebCore { |
-V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node) |
- : V8AbstractEventListener(true, mainThreadNormalWorld(), v8::Isolate::GetCurrent()) // FIXME Remove GetCurrent() |
+V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) |
+ : V8AbstractEventListener(true, mainThreadNormalWorld(), isolate) |
, m_functionName(functionName) |
, m_eventParameterName(eventParameterName) |
, m_code(code) |