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

Unified Diff: third_party/WebKit/Source/web/StorageQuotaClientImpl.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/web/StorageQuotaClientImpl.h
diff --git a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
index dde07837c31fee8f2f7ac35c479b963df0d9642e..7537cf7c65c78a461264be138a4b18d38190b6e7 100644
--- a/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
+++ b/third_party/WebKit/Source/web/StorageQuotaClientImpl.h
@@ -48,7 +48,7 @@ class StorageQuotaClientImpl
~StorageQuotaClientImpl() override;
- void requestQuota(ExecutionContext*,
+ void requestQuota(ScriptState*,
WebStorageQuotaType,
unsigned long long newQuotaInBytes,
StorageQuotaCallback*,
« no previous file with comments | « third_party/WebKit/Source/modules/speech/SpeechGrammar.idl ('k') | third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698