| Index: third_party/WebKit/Source/core/frame/History.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/History.cpp b/third_party/WebKit/Source/core/frame/History.cpp
|
| index 56494e97c0edd4297d7d17e110f8ef91d0747c10..d6f76e68d4dfdabdded50b82bdfa00d8c79585fa 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/History.cpp
|
| @@ -56,10 +56,10 @@ bool equalIgnoringQueryAndFragment(const KURL& a, const KURL& b) {
|
| } // namespace
|
|
|
| History::History(LocalFrame* frame)
|
| - : DOMWindowProperty(frame), m_lastStateObjectRequested(nullptr) {}
|
| + : ContextClient(frame), m_lastStateObjectRequested(nullptr) {}
|
|
|
| DEFINE_TRACE(History) {
|
| - DOMWindowProperty::trace(visitor);
|
| + ContextClient::trace(visitor);
|
| }
|
|
|
| unsigned History::length() const {
|
|
|