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

Unified Diff: Source/core/frame/FrameConsole.h

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.h
diff --git a/Source/core/frame/FrameConsole.h b/Source/core/frame/FrameConsole.h
index d98e6398ff9926fa8cea799767de067adab65fd7..2488343e0ee8c74f7868db53ad2691900d06e6e1 100644
--- a/Source/core/frame/FrameConsole.h
+++ b/Source/core/frame/FrameConsole.h
@@ -69,7 +69,7 @@ public:
void didFailLoading(unsigned long requestIdentifier, const ResourceError&);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
explicit FrameConsole(LocalFrame&);

Powered by Google App Engine
This is Rietveld 408576698