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

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

Issue 171333003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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
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

Powered by Google App Engine
This is Rietveld 408576698