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

Unified Diff: Source/core/frame/TopControls.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
« Source/core/frame/DOMWindow.h ('K') | « Source/core/frame/TopControls.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/TopControls.cpp
diff --git a/Source/core/frame/TopControls.cpp b/Source/core/frame/TopControls.cpp
index 7c6688878dcdbe1b2ccac4a5074912348e9d36a2..64c65bf3fe2720f098259a055eb993e15c293b51 100644
--- a/Source/core/frame/TopControls.cpp
+++ b/Source/core/frame/TopControls.cpp
@@ -28,7 +28,7 @@ TopControls::~TopControls()
{
}
-void TopControls::trace(Visitor* visitor)
+DEFINE_TRACE(TopControls)
{
visitor->trace(m_frameHost);
}
« Source/core/frame/DOMWindow.h ('K') | « Source/core/frame/TopControls.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698