Index: Source/core/dom/custom/CustomElementProcessingStep.h |
diff --git a/Source/core/dom/custom/CustomElementProcessingStep.h b/Source/core/dom/custom/CustomElementProcessingStep.h |
index 8808a2250b475e3849231855c4b03eea7b29da60..35101a9678d9679806c0582f16ad7bf346bc9ff4 100644 |
--- a/Source/core/dom/custom/CustomElementProcessingStep.h |
+++ b/Source/core/dom/custom/CustomElementProcessingStep.h |
@@ -45,7 +45,7 @@ public: |
virtual void dispatch(Element*) = 0; |
virtual bool isCreatedCallback() const { return false; } |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
}; |
} // namespace blink |