| Index: third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| index 37f4291ac222109e28806b14b8fc9b2c8cfbb6fc..f31191c0a8c22b9a076ee643335bf3fa93e61242 100644
|
| --- a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
| class StorageQuotaClientImpl : public GarbageCollectedFinalized<StorageQuotaClientImpl>, public StorageQuotaClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(StorageQuotaClientImpl);
|
| public:
|
| - static RawPtr<StorageQuotaClientImpl> create()
|
| + static StorageQuotaClientImpl* create()
|
| {
|
| return new StorageQuotaClientImpl();
|
| }
|
|
|