Index: Source/bindings/core/v8/ScriptWrappable.h |
diff --git a/Source/bindings/core/v8/ScriptWrappable.h b/Source/bindings/core/v8/ScriptWrappable.h |
index e71c1a16d7b58ba5b0c7ad235bc99f96bb2d0b2b..77445f92147ad210eacc3b451f54e874f9b96283 100644 |
--- a/Source/bindings/core/v8/ScriptWrappable.h |
+++ b/Source/bindings/core/v8/ScriptWrappable.h |
@@ -263,7 +263,7 @@ private: |
// indirectly, must write this macro in the class definition. |
#define DEFINE_WRAPPERTYPEINFO() \ |
public: \ |
- virtual const WrapperTypeInfo* wrapperTypeInfo() const OVERRIDE \ |
+ virtual const WrapperTypeInfo* wrapperTypeInfo() const override \ |
{ \ |
return &s_wrapperTypeInfo; \ |
} \ |