| Index: third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| diff --git a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| index cb14bb6c7c471eb7639911c41df9d54b571d76e5..04c09ce3d3425c1c4a797898bc377a9d88581db7 100644
|
| --- a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| +++ b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
|
| @@ -17,13 +17,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -// This partial interface is a merge of two different partial interfaces
|
| -// related to storage.
|
| partial interface WorkerNavigator {
|
| - // http://www.w3.org/TR/2012/WD-quota-api-20120703/#idl-def-StorageQuotaEnvironment
|
| - [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitTemporaryStorage;
|
| - [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
|
| -
|
| // https://storage.spec.whatwg.org/#api
|
| [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
|
| };
|
|
|