Index: Source/modules/quota/StorageQuotaClient.h |
diff --git a/Source/modules/quota/StorageQuotaClient.h b/Source/modules/quota/StorageQuotaClient.h |
index 76e87419d2fe5025fd10d2f2e6f99ac0ea6ab5ea..8431f9657404d086e6dc55610d781a89deb3f0a7 100644 |
--- a/Source/modules/quota/StorageQuotaClient.h |
+++ b/Source/modules/quota/StorageQuotaClient.h |
@@ -42,7 +42,7 @@ class ScriptPromise; |
class StorageErrorCallback; |
class StorageQuotaCallback; |
-class StorageQuotaClient : public Supplement<Page> { |
+class StorageQuotaClient : public WillBeHeapSupplement<Page> { |
WTF_MAKE_NONCOPYABLE(StorageQuotaClient); |
public: |
StorageQuotaClient() { } |
@@ -55,7 +55,7 @@ public: |
static StorageQuotaClient* from(ExecutionContext*); |
}; |
-void provideStorageQuotaClientTo(Page&, PassOwnPtr<StorageQuotaClient>); |
+void provideStorageQuotaClientTo(Page&, PassOwnPtrWillBeRawPtr<StorageQuotaClient>); |
} // namespace WebCore |