Index: Source/core/timing/PerformanceEntry.cpp |
diff --git a/Source/core/timing/PerformanceEntry.cpp b/Source/core/timing/PerformanceEntry.cpp |
index f8e991944ce22961b1e2bbcd0f3281339e05192e..12d8941c808a5f7c50e1ccfcabf5c8759e2f0ad4 100644 |
--- a/Source/core/timing/PerformanceEntry.cpp |
+++ b/Source/core/timing/PerformanceEntry.cpp |
@@ -39,7 +39,6 @@ PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, |
, m_startTime(startTime) |
, m_duration(finishTime - startTime) |
{ |
- ScriptWrappable::init(this); |
} |
PerformanceEntry::~PerformanceEntry() |