Chromium Code Reviews| Index: Source/core/timing/PerformanceTiming.cpp |
| diff --git a/Source/core/timing/PerformanceTiming.cpp b/Source/core/timing/PerformanceTiming.cpp |
| index 93fe40957ae24fb31c578b68c22184d55022de8e..63126947dea8e3c95dde6a206179c7c08fc92dc5 100644 |
| --- a/Source/core/timing/PerformanceTiming.cpp |
| +++ b/Source/core/timing/PerformanceTiming.cpp |
| @@ -42,8 +42,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(PerformanceTiming); |
| - |
| static unsigned long long toIntegerMilliseconds(double seconds) |
| { |
| ASSERT(seconds >= 0); |