| Index: third_party/WebKit/Source/core/frame/Navigator.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Navigator.h b/third_party/WebKit/Source/core/frame/Navigator.h
|
| index db93d096038647e01c27c9f64c3e683394725934..6e23de10f9408bc77c8ad13e2f8fe1c3214b2b7f 100644
|
| --- a/third_party/WebKit/Source/core/frame/Navigator.h
|
| +++ b/third_party/WebKit/Source/core/frame/Navigator.h
|
| @@ -22,7 +22,7 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/frame/NavigatorCPU.h"
|
| #include "core/frame/NavigatorID.h"
|
| #include "core/frame/NavigatorLanguage.h"
|
| @@ -43,7 +43,7 @@ class CORE_EXPORT Navigator final : public GarbageCollected<Navigator>,
|
| public NavigatorLanguage,
|
| public NavigatorOnLine,
|
| public ScriptWrappable,
|
| - public DOMWindowProperty,
|
| + public DOMWindowClient,
|
| public Supplementable<Navigator> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(Navigator);
|
|
|