| Index: third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| index 08ed5664c3d2e592eef0ab04703c1c3df501cdd6..951197af900fcc915fbd77fb1f82295ebe3b0b6b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| @@ -38,10 +38,9 @@
|
|
|
| namespace blink {
|
|
|
| -V8EventListener::V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, ScriptState* scriptState)
|
| +V8EventListener::V8EventListener(bool isAttribute, ScriptState* scriptState)
|
| : V8AbstractEventListener(isAttribute, scriptState->world(), scriptState->isolate())
|
| {
|
| - setListenerObject(listener, scriptState);
|
| }
|
|
|
| v8::Local<v8::Function> V8EventListener::getListenerFunction(ScriptState* scriptState)
|
|
|