| 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() { }
|
|
|