Chromium Code Reviews| Index: Source/core/timing/PerformanceEntry.cpp |
| diff --git a/Source/core/timing/PerformanceEntry.cpp b/Source/core/timing/PerformanceEntry.cpp |
| index e4827ccb0f1ba0364f4f3aa2c3a49b4cef2a6efc..ee615282af2c991a4caf02bf27be698a05d72ac9 100644 |
| --- a/Source/core/timing/PerformanceEntry.cpp |
| +++ b/Source/core/timing/PerformanceEntry.cpp |
| @@ -33,8 +33,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(PerformanceEntry); |
| - |
| PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime) |
| : m_name(name) |
| , m_entryType(entryType) |