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

Unified Diff: Source/core/frame/BarProp.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
« no previous file with comments | « no previous file | Source/core/frame/BarProp.cpp » ('j') | Source/core/frame/DOMTimerCoordinator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/BarProp.h
diff --git a/Source/core/frame/BarProp.h b/Source/core/frame/BarProp.h
index 37e9e731e3b69a789c137e9c2845aa8963f67fdd..221fa100f62a5021346bc54e9e0888edfc301f8e 100644
--- a/Source/core/frame/BarProp.h
+++ b/Source/core/frame/BarProp.h
@@ -52,7 +52,7 @@ public:
bool visible() const;
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
BarProp(LocalFrame*, Type);
« no previous file with comments | « no previous file | Source/core/frame/BarProp.cpp » ('j') | Source/core/frame/DOMTimerCoordinator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698