Chromium Code Reviews| Index: Source/core/html/TimeRanges.h |
| diff --git a/Source/core/html/TimeRanges.h b/Source/core/html/TimeRanges.h |
| index 418841832adc7e812ecc57436910c44287866d0c..1a685a7950016b2e12768f0367ad012bb5bf2aa2 100644 |
| --- a/Source/core/html/TimeRanges.h |
| +++ b/Source/core/html/TimeRanges.h |
| @@ -114,10 +114,7 @@ public: |
| void trace(Visitor*); |
| private: |
| - TimeRanges() |
| - { |
| - ScriptWrappable::init(this); |
| - } |
| + TimeRanges() { } |
| TimeRanges(double start, double end); |