Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / History.cpp
index 1c98c47..5d49620 100644 (file)
@@ -46,7 +46,11 @@ History::History(LocalFrame* frame)
     : DOMWindowProperty(frame)
     , m_lastStateObjectRequested(nullptr)
 {
-    ScriptWrappable::init(this);
+}
+
+void History::trace(Visitor* visitor)
+{
+    DOMWindowProperty::trace(visitor);
 }
 
 unsigned History::length() const