| Index: Source/bindings/v8/V8LazyEventListener.cpp
|
| diff --git a/Source/bindings/v8/V8LazyEventListener.cpp b/Source/bindings/v8/V8LazyEventListener.cpp
|
| index da430bdaba4e02276d1643b83c7477bccef9f186..bd02cb77ca0d2be08ad4caf2972ef722a53c6587 100644
|
| --- a/Source/bindings/v8/V8LazyEventListener.cpp
|
| +++ b/Source/bindings/v8/V8LazyEventListener.cpp
|
| @@ -161,7 +161,7 @@ void V8LazyEventListener::prepareListenerObject(ExecutionContext* context)
|
|
|
| v8::Handle<v8::String> codeExternalString = v8String(isolate, code);
|
|
|
| - v8::Local<v8::Value> result = V8ScriptRunner::compileAndRunInternalScript(codeExternalString, isolate, m_sourceURL, m_position, 0);
|
| + v8::Local<v8::Value> result = V8ScriptRunner::compileAndRunInternalScript(codeExternalString, isolate, m_sourceURL, m_position);
|
| if (result.IsEmpty())
|
| return;
|
|
|
|
|