summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl b/chromium/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
index be61756d438..c47cb53610a 100644
--- a/chromium/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
+++ b/chromium/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
@@ -18,6 +18,6 @@
*/
partial interface WorkerNavigator {
- readonly attribute StorageQuota webkitTemporaryStorage;
- readonly attribute StorageQuota webkitPersistentStorage;
+ [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitTemporaryStorage;
+ [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
};