| Index: third_party/WebKit/Source/core/editing/DOMSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.h b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| index 2b3e182fb4d12bb931a1f00b0c407b8098375ead..b1a7dac6852f785659929563034e230bb7cd12b9 100644
|
| --- a/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| @@ -31,9 +31,9 @@
|
| #define DOMSelection_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/editing/Position.h"
|
| #include "core/editing/VisibleSelection.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
|
|
| @@ -46,7 +46,7 @@ class TreeScope;
|
|
|
| class CORE_EXPORT DOMSelection final : public GarbageCollected<DOMSelection>,
|
| public ScriptWrappable,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMSelection);
|
|
|
|
|