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

Unified Diff: Source/core/timing/MemoryInfo.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 | « Source/core/timing/DOMWindowPerformance.cpp ('k') | Source/core/timing/Performance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/MemoryInfo.h
diff --git a/Source/core/timing/MemoryInfo.h b/Source/core/timing/MemoryInfo.h
index 172d34c9cb67bfb74f6b414e9d17b8855c939593..b5f793d9036687dde86c61135bae07978af93088 100644
--- a/Source/core/timing/MemoryInfo.h
+++ b/Source/core/timing/MemoryInfo.h
@@ -51,7 +51,7 @@ public:
size_t usedJSHeapSize() const { return m_info.usedJSHeapSize; }
size_t jsHeapSizeLimit() const { return m_info.jsHeapSizeLimit; }
- void trace(Visitor*) { }
+ DEFINE_INLINE_TRACE() { }
private:
MemoryInfo();
« no previous file with comments | « Source/core/timing/DOMWindowPerformance.cpp ('k') | Source/core/timing/Performance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698