| Index: third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| index d714761b7df915c827f7a039c3a069fd8361cbcd..9bace83da0fc68d0e09662392da2bcc7ab62dc83 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| @@ -167,8 +167,6 @@ void V8LazyEventListener::compileScript(ScriptState* scriptState, ExecutionConte
|
| v8String(isolate(), m_sourceURL),
|
| v8::Integer::New(isolate(), m_position.m_line.zeroBasedInt()),
|
| v8::Integer::New(isolate(), m_position.m_column.zeroBasedInt()),
|
| - v8::True(isolate()),
|
| - v8::Local<v8::Integer>(),
|
| v8::True(isolate()));
|
| v8::ScriptCompiler::Source source(v8String(isolate(), m_code), origin);
|
|
|
|
|