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

Unified Diff: Source/core/frame/Console.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/Console.cpp
diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp
index 8338063b3fafc9f456d5a232b7d4290b20691ef3..d2997442d0a9708fa81671f694a1e8b0f8287673 100644
--- a/Source/core/frame/Console.cpp
+++ b/Source/core/frame/Console.cpp
@@ -56,7 +56,7 @@ Console::~Console()
{
}
-void Console::trace(Visitor* visitor)
+DEFINE_TRACE(Console)
{
ConsoleBase::trace(visitor);
DOMWindowProperty::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698