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

Unified Diff: Source/core/frame/FrameDestructionObserver.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/FrameDestructionObserver.cpp
diff --git a/Source/core/frame/FrameDestructionObserver.cpp b/Source/core/frame/FrameDestructionObserver.cpp
index 61b7b77951d0d8c92ce2571557f5c4d3eccd77f8..501d9b2d3dad3f6e566191bd4f94277e20f8bf25 100644
--- a/Source/core/frame/FrameDestructionObserver.cpp
+++ b/Source/core/frame/FrameDestructionObserver.cpp
@@ -64,7 +64,7 @@ void FrameDestructionObserver::willDetachFrameHost()
// Subclasses should override this function to handle this notification.
}
-void FrameDestructionObserver::trace(Visitor* visitor)
+DEFINE_TRACE(FrameDestructionObserver)
{
visitor->trace(m_frame);
}

Powered by Google App Engine
This is Rietveld 408576698