| Index: Source/bindings/core/v8/V8ErrorHandler.h
|
| diff --git a/Source/bindings/core/v8/V8ErrorHandler.h b/Source/bindings/core/v8/V8ErrorHandler.h
|
| index 8c886626e8fb80aefd2342d37d9e3a4c7a2de0e6..9909776c65889f0cd42fbd041735513de04ff2ee 100644
|
| --- a/Source/bindings/core/v8/V8ErrorHandler.h
|
| +++ b/Source/bindings/core/v8/V8ErrorHandler.h
|
| @@ -45,13 +45,11 @@ public:
|
| {
|
| return adoptRef(new V8ErrorHandler(listener, isInline, scriptState));
|
| }
|
| -
|
| static void storeExceptionOnErrorEventWrapper(v8::Isolate*, ErrorEvent*, v8::Handle<v8::Value>, v8::Handle<v8::Object> creationContext);
|
|
|
| private:
|
| V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, ScriptState*);
|
| -
|
| - virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) override;
|
| + virtual v8::Local<v8::Value> callListenerFunction(ScriptState*, v8::Handle<v8::Value>, Event*) override;
|
| virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue) override;
|
| };
|
|
|
|
|