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

Unified Diff: Source/core/frame/FrameConsole.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/FrameConsole.cpp
diff --git a/Source/core/frame/FrameConsole.cpp b/Source/core/frame/FrameConsole.cpp
index 243dd4907091491d0e7fe5a4fd8a6cf105be2793..a73f93b53b360c4b473225c164758c352ac025cb 100644
--- a/Source/core/frame/FrameConsole.cpp
+++ b/Source/core/frame/FrameConsole.cpp
@@ -204,7 +204,7 @@ void FrameConsole::didFailLoading(unsigned long requestIdentifier, const Resourc
storage->reportMessage(m_frame->document(), consoleMessage.release());
}
-void FrameConsole::trace(Visitor* visitor)
+DEFINE_TRACE(FrameConsole)
{
visitor->trace(m_frame);
}

Powered by Google App Engine
This is Rietveld 408576698