| Index: third_party/WebKit/Source/core/frame/History.h
|
| diff --git a/third_party/WebKit/Source/core/frame/History.h b/third_party/WebKit/Source/core/frame/History.h
|
| index 1b3db7024cc3d6347849523b14e2303a722ee43d..4d3ab7d5e410eceb70b6475aabb9f9b61bf58f01 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.h
|
| +++ b/third_party/WebKit/Source/core/frame/History.h
|
| @@ -45,7 +45,7 @@ class ScriptState;
|
| // This class corresponds to the History interface.
|
| class CORE_EXPORT History final : public GarbageCollectedFinalized<History>,
|
| public ScriptWrappable,
|
| - public ContextClient {
|
| + public DOMWindowClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(History);
|
|
|
|
|