Index: Source/bindings/core/v8/V8EventListener.h |
diff --git a/Source/bindings/core/v8/V8EventListener.h b/Source/bindings/core/v8/V8EventListener.h |
index 1bb5dd9fc170c2c7242954f0c322870190234a84..cde134c563893a7c87f23518bcb7332626cb851b 100644 |
--- a/Source/bindings/core/v8/V8EventListener.h |
+++ b/Source/bindings/core/v8/V8EventListener.h |
@@ -53,7 +53,7 @@ protected: |
v8::Local<v8::Function> getListenerFunction(ExecutionContext*); |
- virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE; |
+ virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) override; |
}; |
} // namespace blink |