| Index: third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| index 6fb317453ce3262d3d2b8eccf37f09b648bd16e8..ccbc66302ee66277c853736ade0b38353556031f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| @@ -45,8 +45,8 @@
|
|
|
| namespace blink {
|
|
|
| -V8WorkerGlobalScopeEventListener::V8WorkerGlobalScopeEventListener(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
|
| - : V8EventListener(listener, isInline, scriptState)
|
| +V8WorkerGlobalScopeEventListener::V8WorkerGlobalScopeEventListener(bool isInline, ScriptState* scriptState)
|
| + : V8EventListener(isInline, scriptState)
|
| {
|
| }
|
|
|
|
|