| 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 d5a989d40b9c93a045ef184376ab7e9cde65df35..7ca63fd4c90de521027e905e9e28702ad5d65a5b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| @@ -203,7 +203,7 @@ void V8LazyEventListener::prepareListenerObject(ExecutionContext* executionConte
|
| // m_code = String();
|
| // m_eventParameterName = String();
|
| // m_sourceURL = String();
|
| - setListenerObject(wrappedFunction, scriptState);
|
| + setListenerObject(wrappedFunction);
|
| }
|
|
|
| void V8LazyEventListener::fireErrorEvent(v8::Local<v8::Context> v8Context, ExecutionContext* executionContext, v8::Local<v8::Message> message)
|
|
|