| Index: third_party/WebKit/Source/modules/storage/Storage.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/Storage.h b/third_party/WebKit/Source/modules/storage/Storage.h
|
| index 90b0467eaafc66d2380bed3e903d398c55c26d28..e3b5278659c415da07a24b2094b3d9f7462434be 100644
|
| --- a/third_party/WebKit/Source/modules/storage/Storage.h
|
| +++ b/third_party/WebKit/Source/modules/storage/Storage.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "modules/storage/StorageArea.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| @@ -41,7 +41,7 @@ class LocalFrame;
|
|
|
| class Storage final : public GarbageCollected<Storage>,
|
| public ScriptWrappable,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(Storage);
|
|
|
|
|