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

Unified Diff: Source/core/timing/DOMWindowPerformance.h

Issue 940843003: InlinedVisitor: Migrate timing 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/timing/DOMWindowPerformance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/DOMWindowPerformance.h
diff --git a/Source/core/timing/DOMWindowPerformance.h b/Source/core/timing/DOMWindowPerformance.h
index 10f440afca94f53ae7f06bf5cf4bdc83706739dc..2c067add06f790d67e2fb0b4041b37ba989272c1 100644
--- a/Source/core/timing/DOMWindowPerformance.h
+++ b/Source/core/timing/DOMWindowPerformance.h
@@ -21,7 +21,7 @@ public:
static DOMWindowPerformance& from(LocalDOMWindow&);
static Performance* performance(DOMWindow&);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
explicit DOMWindowPerformance(LocalDOMWindow&);
« no previous file with comments | « no previous file | Source/core/timing/DOMWindowPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698