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

Unified Diff: Source/core/frame/Navigator.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/Navigator.cpp
diff --git a/Source/core/frame/Navigator.cpp b/Source/core/frame/Navigator.cpp
index 0460218c2a34d25516a9e751cd54d1028b244445..3dfc1cd2734ff01ab4d4a11937068298f4a28094 100644
--- a/Source/core/frame/Navigator.cpp
+++ b/Source/core/frame/Navigator.cpp
@@ -143,7 +143,7 @@ Vector<String> Navigator::languages()
return languages;
}
-void Navigator::trace(Visitor* visitor)
+DEFINE_TRACE(Navigator)
{
#if ENABLE(OILPAN)
visitor->trace(m_plugins);

Powered by Google App Engine
This is Rietveld 408576698