| Index: third_party/WebKit/Source/modules/storage/StorageArea.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageArea.h b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| index 1334840fb614a873febea3a0d910f97860c2a379..406012a8ce59399e5c21da346953c3fb033d8bc9 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| @@ -49,7 +49,7 @@ enum StorageType {
|
| };
|
|
|
| class MODULES_EXPORT StorageArea final : public GarbageCollectedFinalized<StorageArea>, public LocalFrameLifecycleObserver {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StorageArea);
|
| + USING_GARBAGE_COLLECTED_MIXIN(StorageArea);
|
| public:
|
| static StorageArea* create(PassOwnPtr<WebStorageArea>, StorageType);
|
|
|
|
|