Index: Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.h |
diff --git a/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.h b/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.h |
index 77f8291b5037d2bec4692ec922c56e6b7638906d..aab1b2883819e383b3241f338da5f91ee5ce44c3 100644 |
--- a/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.h |
+++ b/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.h |
@@ -55,7 +55,7 @@ public: |
bool setBinding(CustomElementDefinition* owner, PassOwnPtr<CustomElementBinding>); |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
V8CustomElementLifecycleCallbacks(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged); |