Index: Source/core/frame/History.cpp |
diff --git a/Source/core/frame/History.cpp b/Source/core/frame/History.cpp |
index 1c98c47450bd5f885d94e6c92aefad2e02e8330f..2b07d946793259d118b19ea0b67da21629f68db6 100644 |
--- a/Source/core/frame/History.cpp |
+++ b/Source/core/frame/History.cpp |
@@ -46,7 +46,6 @@ History::History(LocalFrame* frame) |
: DOMWindowProperty(frame) |
, m_lastStateObjectRequested(nullptr) |
{ |
- ScriptWrappable::init(this); |
} |
unsigned History::length() const |