| Index: Modules/quota/DOMWindowQuota.idl
|
| diff --git a/Modules/quota/DOMWindowQuota.idl b/Modules/quota/DOMWindowQuota.idl
|
| index 20c7a1400f7c75098da5693be1f33722b894cc5e..d3ca1c6ea32c3d25b65a1dba55f689e56cb56b4e 100644
|
| --- a/Modules/quota/DOMWindowQuota.idl
|
| +++ b/Modules/quota/DOMWindowQuota.idl
|
| @@ -27,6 +27,6 @@
|
| Conditional=QUOTA,
|
| Supplemental=DOMWindow
|
| ] interface DOMWindowQuota {
|
| - readonly attribute StorageInfo webkitStorageInfo;
|
| + readonly attribute [V8MeasureAs=StorageInfo] StorageInfo webkitStorageInfo;
|
| };
|
|
|
|
|