| Index: Source/modules/quota/DOMWindowQuota.idl
|
| diff --git a/Source/modules/quota/DOMWindowQuota.idl b/Source/modules/quota/DOMWindowQuota.idl
|
| index a1427c684ff1b8818e14933193fa06f6a09f7410..c71f8639be6f54b5c3256b0f3490336beb8e2e39 100644
|
| --- a/Source/modules/quota/DOMWindowQuota.idl
|
| +++ b/Source/modules/quota/DOMWindowQuota.idl
|
| @@ -24,6 +24,6 @@
|
| */
|
|
|
| partial interface DOMWindow {
|
| - [MeasureAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
|
| + [DeprecateAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
|
| };
|
|
|
|
|