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