Index: Source/modules/quota/StorageQuotaClient.h |
diff --git a/Source/modules/quota/StorageQuotaClient.h b/Source/modules/quota/StorageQuotaClient.h |
index 9655db80d4e54c087ec1653fb1b064e3f42b6b6b..76e87419d2fe5025fd10d2f2e6f99ac0ea6ab5ea 100644 |
--- a/Source/modules/quota/StorageQuotaClient.h |
+++ b/Source/modules/quota/StorageQuotaClient.h |
@@ -55,7 +55,7 @@ public: |
static StorageQuotaClient* from(ExecutionContext*); |
}; |
-void provideStorageQuotaClientTo(Page*, PassOwnPtr<StorageQuotaClient>); |
+void provideStorageQuotaClientTo(Page&, PassOwnPtr<StorageQuotaClient>); |
} // namespace WebCore |