| Index: Source/bindings/core/v8/V8ErrorHandler.h
|
| diff --git a/Source/bindings/core/v8/V8ErrorHandler.h b/Source/bindings/core/v8/V8ErrorHandler.h
|
| index 991fa50f4116d8b6e34c16922b511969ce7b9500..ab1d8f0a71f3d95a88d614aa606ae56e0748ee16 100644
|
| --- a/Source/bindings/core/v8/V8ErrorHandler.h
|
| +++ b/Source/bindings/core/v8/V8ErrorHandler.h
|
| @@ -49,8 +49,8 @@ public:
|
|
|
| private:
|
| V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, ScriptState*);
|
| - virtual v8::Local<v8::Value> callListenerFunction(ScriptState*, v8::Local<v8::Value>, Event*) override;
|
| - virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue) override;
|
| + v8::Local<v8::Value> callListenerFunction(ScriptState*, v8::Local<v8::Value>, Event*) override;
|
| + bool shouldPreventDefault(v8::Local<v8::Value> returnValue) override;
|
| };
|
|
|
| } // namespace blink
|
|
|