Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index b7b205afbe1f414bd017c0e4af9b987e6441a2a0..978131a41663888baa2fc05f89a54c7348dca11f 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -61,7 +61,7 @@ public: |
virtual bool canContainRangeEndPoint() const override final { return true; } |
virtual NodeType nodeType() const override; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
protected: |
Text(TreeScope& treeScope, const String& data, ConstructionType type) |