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

Unified Diff: Source/core/frame/Location.cpp

Issue 952813002: InlinedVisitor: Migrate frame 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/frame/Location.cpp
diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp
index 0921bee614512e76167a685fc72c4662175d17c2..a3b5b46c89091992d24a3d0d21e36fb1fce7d403 100644
--- a/Source/core/frame/Location.cpp
+++ b/Source/core/frame/Location.cpp
@@ -47,7 +47,7 @@ Location::Location(Frame* frame)
{
}
-void Location::trace(Visitor* visitor)
+DEFINE_TRACE(Location)
{
visitor->trace(m_frame);
}

Powered by Google App Engine
This is Rietveld 408576698