| Index: third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| diff --git a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| index 5a010f69235ca2b50883b1fddcb7500344337c65..669f8c717682c50c71ae7fc5e876b525f62f535d 100644
|
| --- a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| +++ b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef NavigatorPlugins_h
|
| #define NavigatorPlugins_h
|
|
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/Supplementable.h"
|
|
|
| namespace blink {
|
| @@ -17,7 +17,7 @@ class Navigator;
|
|
|
| class NavigatorPlugins final : public GarbageCollected<NavigatorPlugins>,
|
| public Supplement<Navigator>,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorPlugins);
|
|
|
| public:
|
|
|