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

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

Issue 273683006: ScriptPromise should understand the ScriptState from which the ScriptPromise is generated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « Source/modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuota.h
diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h
index cd4747e9c9da0d58821412f7ed0737fbc6892f74..c3cde30513c7127c2265ba4d674b56aaeb29a284 100644
--- a/Source/modules/quota/StorageQuota.h
+++ b/Source/modules/quota/StorageQuota.h
@@ -52,7 +52,7 @@ public:
Vector<String> supportedTypes() const;
ScriptPromise queryInfo(ExecutionContext*, String type);
- ScriptPromise requestPersistentQuota(ExecutionContext*, unsigned long long newQuota);
+ ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
~StorageQuota();
« no previous file with comments | « Source/modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698