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

Unified Diff: Source/core/html/TimeRanges.h

Issue 932403002: InlinedVisitor: Migrate html 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/html/TextMetrics.h ('k') | Source/core/html/TimeRanges.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/TimeRanges.h
diff --git a/Source/core/html/TimeRanges.h b/Source/core/html/TimeRanges.h
index 1aa4dc2ce13a709e1b88944404106b3f311d09d6..c73b7d76cfcd644e47e3864f11cf06f989174f18 100644
--- a/Source/core/html/TimeRanges.h
+++ b/Source/core/html/TimeRanges.h
@@ -84,7 +84,7 @@ public:
return range.m_start >= m_end;
}
- void trace(Visitor*) { }
+ DEFINE_INLINE_TRACE() { }
};
static PassRefPtrWillBeRawPtr<TimeRanges> create()
@@ -111,7 +111,7 @@ public:
double nearest(double newPlaybackPosition, double currentPlaybackPosition) const;
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
TimeRanges() { }
« no previous file with comments | « Source/core/html/TextMetrics.h ('k') | Source/core/html/TimeRanges.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698