| 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 5e7305238896f149db31e235ac414ad2462330ac..a1dd7e7bf88eb08eb0807f1148009002701d23ea 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/History.cpp
|
| @@ -57,10 +57,10 @@ bool equalIgnoringQueryAndFragment(const KURL& a, const KURL& b) {
|
| } // namespace
|
|
|
| History::History(LocalFrame* frame)
|
| - : ContextClient(frame), m_lastStateObjectRequested(nullptr) {}
|
| + : DOMWindowClient(frame), m_lastStateObjectRequested(nullptr) {}
|
|
|
| DEFINE_TRACE(History) {
|
| - ContextClient::trace(visitor);
|
| + DOMWindowClient::trace(visitor);
|
| }
|
|
|
| unsigned History::length() const {
|
|
|