| Index: third_party/WebKit/Source/modules/quota/StorageQuotaClient.cpp
|
| diff --git a/third_party/WebKit/Source/modules/quota/StorageQuotaClient.cpp b/third_party/WebKit/Source/modules/quota/StorageQuotaClient.cpp
|
| index 43fb8db5da7ce3cfbebf95f9b44f35f3bf06f917..db2066fe5929583a70f66db9203d6a15e852e8c1 100644
|
| --- a/third_party/WebKit/Source/modules/quota/StorageQuotaClient.cpp
|
| +++ b/third_party/WebKit/Source/modules/quota/StorageQuotaClient.cpp
|
| @@ -45,7 +45,7 @@ StorageQuotaClient* StorageQuotaClient::from(ExecutionContext* context)
|
| {
|
| if (!context->isDocument())
|
| return 0;
|
| - return static_cast<StorageQuotaClient*>(HeapSupplement<Page>::from(toDocument(context)->page(), supplementName()));
|
| + return static_cast<StorageQuotaClient*>(Supplement<Page>::from(toDocument(context)->page(), supplementName()));
|
| }
|
|
|
| void provideStorageQuotaClientTo(Page& page, RawPtr<StorageQuotaClient> client)
|
|
|