Index: Source/core/dom/Text.cpp |
diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp |
index ab887a56ee553b55987018cfd7e02733e6c5a9d9..2943680e06f57edab7a28c99c224550be49dca38 100644 |
--- a/Source/core/dom/Text.cpp |
+++ b/Source/core/dom/Text.cpp |
@@ -443,7 +443,7 @@ PassRefPtrWillBeRawPtr<Text> Text::cloneWithData(const String& data) |
return create(document(), data); |
} |
-void Text::trace(Visitor* visitor) |
+DEFINE_TRACE(Text) |
{ |
#if ENABLE(OILPAN) |
increaseExternallyAllocatedBytesAliveIfNeeded(m_data.length()); |
haraken
2015/02/24 09:18:36
Sigbjorn: Do we want to call increaseExternallyAll
|