Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: Source/core/dom/Text.cpp

Issue 947393002: InlinedVisitor: Migrate dom to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698