Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: Source/modules/quota/StorageQuotaClient.h

Issue 255983003: Oilpan: Move all supplements of Page, Document, and WorkerClients to the managed heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using namespace WebCore Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/push_messaging/PushController.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/push_messaging/PushController.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698