diff options
Diffstat (limited to 'WebCore/html/TimeRanges.h')
-rw-r--r-- | WebCore/html/TimeRanges.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/TimeRanges.h b/WebCore/html/TimeRanges.h index 8de3d2a..16b0c25 100644 --- a/WebCore/html/TimeRanges.h +++ b/WebCore/html/TimeRanges.h @@ -34,7 +34,7 @@ namespace WebCore { class TimeRanges : public RefCounted<TimeRanges> { public: - TimeRanges() : RefCounted<TimeRanges>(0) { } + TimeRanges() { } TimeRanges(float start, float end); unsigned length() const { return m_ranges.size(); } |