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

Unified Diff: modules/quota/StorageQuota.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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 | « modules/quota/StorageInfo.idl ('k') | modules/screen_orientation/ScreenOrientation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/quota/StorageQuota.idl
diff --git a/modules/quota/StorageQuota.idl b/modules/quota/StorageQuota.idl
index 20c0cbc5e7178a824aac8f93463ed7669bc18c4c..1cfb28a24e248b00eec32ca4f117cee045d43ddc 100644
--- a/modules/quota/StorageQuota.idl
+++ b/modules/quota/StorageQuota.idl
@@ -34,11 +34,11 @@ enum StorageType {
};
[
- WillBeGarbageCollected,
+ GarbageCollected,
NoInterfaceObject,
RuntimeEnabled=QuotaPromise
] interface StorageQuota {
readonly attribute StorageType[] supportedTypes;
- [CallWith=ExecutionContext] Promise queryInfo(StorageType type);
- [CallWith=ExecutionContext] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
+ [CallWith=ScriptState] Promise queryInfo(StorageType type);
+ [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
};
« no previous file with comments | « modules/quota/StorageInfo.idl ('k') | modules/screen_orientation/ScreenOrientation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698