| Index: third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| index d68152e81b699c2031bb6ed0f6b5f690dee41e05..b2c0d5a279c956c296e0577d1bda730b8882cc17 100644
|
| --- a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| +++ b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h
|
| @@ -6,7 +6,7 @@
|
| #define DOMWindowPerformance_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Noncopyable.h"
|
| @@ -20,7 +20,7 @@ class Performance;
|
| class CORE_EXPORT DOMWindowPerformance final
|
| : public GarbageCollected<DOMWindowPerformance>,
|
| public Supplement<LocalDOMWindow>,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWindowPerformance);
|
| WTF_MAKE_NONCOPYABLE(DOMWindowPerformance);
|
|
|
|
|