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

Unified Diff: Source/core/frame/DOMWindow.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/DOMWindow.cpp
diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
index f3e31d86f9d3f1287acf41a3ac2d7d922bc955d9..fed7b3c98fffa089358b85e11dfbafb8e7464fa9 100644
--- a/Source/core/frame/DOMWindow.cpp
+++ b/Source/core/frame/DOMWindow.cpp
@@ -114,7 +114,7 @@ void DOMWindow::resetLocation()
}
}
-void DOMWindow::trace(Visitor* visitor)
+DEFINE_TRACE(DOMWindow)
{
visitor->trace(m_location);
EventTargetWithInlineData::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698