X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fframe%2FHistory.cpp;h=5d49620f10418b896663096e7a244be2ab8b8a32;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=1c98c47450bd5f885d94e6c92aefad2e02e8330f;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/frame/History.cpp b/src/third_party/WebKit/Source/core/frame/History.cpp index 1c98c47..5d49620 100644 --- a/src/third_party/WebKit/Source/core/frame/History.cpp +++ b/src/third_party/WebKit/Source/core/frame/History.cpp @@ -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