| Index: Source/modules/storage/StorageArea.h
|
| diff --git a/Source/modules/storage/StorageArea.h b/Source/modules/storage/StorageArea.h
|
| index 4a76eb187707e03b2132cfcdd0166020f1276311..fe6624a16d0d839fdd23573aa23b806e834a0616 100644
|
| --- a/Source/modules/storage/StorageArea.h
|
| +++ b/Source/modules/storage/StorageArea.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef StorageArea_h
|
| #define StorageArea_h
|
|
|
| -#include "core/frame/FrameDestructionObserver.h"
|
| +#include "core/frame/LocalFrameLifecycleObserver.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -47,7 +47,7 @@ enum StorageType {
|
| SessionStorage
|
| };
|
|
|
| -class StorageArea final : public NoBaseWillBeGarbageCollectedFinalized<StorageArea>, public FrameDestructionObserver {
|
| +class StorageArea final : public NoBaseWillBeGarbageCollectedFinalized<StorageArea>, public LocalFrameLifecycleObserver {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StorageArea);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<StorageArea> create(PassOwnPtr<WebStorageArea>, StorageType);
|
|
|