Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index cc06dce9a0b8052ed0697a27f348da97d8e1e4c1..c289f175b9365d345a6a01f94a290b8467490a8f 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -238,7 +238,6 @@ Internals::Internals(Document* document) |
: ContextLifecycleObserver(document) |
, m_runtimeFlags(InternalRuntimeFlags::create()) |
{ |
- ScriptWrappable::init(this); |
} |
Document* Internals::contextDocument() const |