Index: Source/core/dom/custom/CustomElementObserver.h |
diff --git a/Source/core/dom/custom/CustomElementObserver.h b/Source/core/dom/custom/CustomElementObserver.h |
index 5b522aae57f7b074a2b581f55a97c4f0f13fa46c..d99d939cfd7f3439a9695bf4983a56113e00b584 100644 |
--- a/Source/core/dom/custom/CustomElementObserver.h |
+++ b/Source/core/dom/custom/CustomElementObserver.h |
@@ -45,7 +45,7 @@ public: |
// API for CustomElement to kick off notifications |
static void notifyElementWasDestroyed(Element*); |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
protected: |
CustomElementObserver() { } |