| Index: Source/bindings/v8/V8EventListener.h
|
| diff --git a/Source/bindings/v8/V8EventListener.h b/Source/bindings/v8/V8EventListener.h
|
| index 1358848a5f1d5673801f504861e102e8a36127cc..c72bb518c4c8cbb0d819e056453f4fad86f86ebc 100644
|
| --- a/Source/bindings/v8/V8EventListener.h
|
| +++ b/Source/bindings/v8/V8EventListener.h
|
| @@ -55,7 +55,7 @@ namespace WebCore {
|
|
|
| v8::Local<v8::Function> getListenerFunction(ExecutionContext*);
|
|
|
| - virtual v8::Local<v8::Value> callListenerFunction(ExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*);
|
| + virtual v8::Local<v8::Value> callListenerFunction(ExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|