Index: Source/core/timing/Performance.cpp |
diff --git a/Source/core/timing/Performance.cpp b/Source/core/timing/Performance.cpp |
index 4a5c18cc528b9ccf8013639955b07b5a0a69cee9..641e023788552e3af074194a8543b80d9b199943 100644 |
--- a/Source/core/timing/Performance.cpp |
+++ b/Source/core/timing/Performance.cpp |
@@ -51,7 +51,6 @@ Performance::Performance(LocalFrame* frame) |
, m_referenceTime(frame && frame->host() ? frame->document()->loader()->timing()->referenceMonotonicTime() : 0.0) |
, m_userTiming(nullptr) |
{ |
- ScriptWrappable::init(this); |
} |
Performance::~Performance() |