Index: Source/core/timing/Performance.cpp |
diff --git a/Source/core/timing/Performance.cpp b/Source/core/timing/Performance.cpp |
index d7434046e50540be96ca680957169f600a5a4774..fe193880b27b55b212979cc9cd23c4a08e9aaf18 100644 |
--- a/Source/core/timing/Performance.cpp |
+++ b/Source/core/timing/Performance.cpp |
@@ -44,8 +44,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(Performance); |
- |
static const size_t defaultResourceTimingBufferSize = 150; |
Performance::Performance(Frame* frame) |