| Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| index 13bd19b9fe9641e10803e46663b4c56b573c9183..a80a76b9d9ff478d9b76ca653426263ebf7f2f7c 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| @@ -46,7 +46,7 @@ class ScriptValue;
|
| class CORE_EXPORT PerformanceNavigation final
|
| : public GarbageCollected<PerformanceNavigation>,
|
| public ScriptWrappable,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(PerformanceNavigation);
|
|
|
|
|