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

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

Issue 2656343002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Few more Created 3 years, 11 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: third_party/WebKit/Source/modules/quota/StorageQuotaClient.h
diff --git a/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h b/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h
index 865d1451203e3d9ca0905b7b668db07b8579f9ef..d0962d9ddef874d0b749ebeb797503f884be070a 100644
--- a/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h
+++ b/third_party/WebKit/Source/modules/quota/StorageQuotaClient.h
@@ -54,7 +54,7 @@ class StorageQuotaClient : public Supplement<Page> {
StorageQuotaClient() {}
virtual ~StorageQuotaClient() {}
- virtual void requestQuota(ExecutionContext*,
+ virtual void requestQuota(ScriptState*,
WebStorageQuotaType,
unsigned long long newQuotaInBytes,
StorageQuotaCallback*,

Powered by Google App Engine
This is Rietveld 408576698