| Index: third_party/WebKit/Source/modules/plugins/DOMPluginArray.h
|
| diff --git a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.h b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.h
|
| index 1a0629f47188dac2f5e8889c430fbe85c142d73d..a9fab1f11674b8ed4145f83ab3e92e631a90621e 100644
|
| --- a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.h
|
| +++ b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.h
|
| @@ -22,7 +22,7 @@
|
| #define DOMPluginArray_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "modules/plugins/DOMPlugin.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| @@ -34,7 +34,7 @@ class PluginData;
|
|
|
| class DOMPluginArray final : public GarbageCollected<DOMPluginArray>,
|
| public ScriptWrappable,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMPluginArray);
|
|
|
|
|