Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / quota / StorageQuotaClient.cpp
index 37634c8..475be84 100644 (file)
@@ -43,10 +43,10 @@ const char* StorageQuotaClient::supplementName()
 
 StorageQuotaClient* StorageQuotaClient::from(ExecutionContext* context)
 {
-    return static_cast<StorageQuotaClient*>(Supplement<Page>::from(toDocument(context)->page(), supplementName()));
+    return static_cast<StorageQuotaClient*>(WillBeHeapSupplement<Page>::from(toDocument(context)->page(), supplementName()));
 }
 
-void provideStorageQuotaClientTo(Page& page, PassOwnPtr<StorageQuotaClient> client)
+void provideStorageQuotaClientTo(Page& page, PassOwnPtrWillBeRawPtr<StorageQuotaClient> client)
 {
     page.provideSupplement(StorageQuotaClient::supplementName(), client);
 }