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

Unified Diff: Source/core/dom/Range.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/Range.cpp
diff --git a/Source/core/dom/Range.cpp b/Source/core/dom/Range.cpp
index f30b60f86704bfd396dc50565763ff570a813a1e..234ecfa227f4245217bb80f8574be8d578012a08 100644
--- a/Source/core/dom/Range.cpp
+++ b/Source/core/dom/Range.cpp
@@ -1763,7 +1763,7 @@ FloatRect Range::boundingRect() const
return result;
}
-void Range::trace(Visitor* visitor)
+DEFINE_TRACE(Range)
{
visitor->trace(m_ownerDocument);
visitor->trace(m_start);

Powered by Google App Engine
This is Rietveld 408576698