| Index: Source/modules/quota/WindowQuota.idl
|
| diff --git a/Source/modules/quota/DOMWindowQuota.idl b/Source/modules/quota/WindowQuota.idl
|
| similarity index 95%
|
| rename from Source/modules/quota/DOMWindowQuota.idl
|
| rename to Source/modules/quota/WindowQuota.idl
|
| index c71f8639be6f54b5c3256b0f3490336beb8e2e39..1f8ce5eff3581f13cbdb7093b9f7e75760b69c70 100644
|
| --- a/Source/modules/quota/DOMWindowQuota.idl
|
| +++ b/Source/modules/quota/WindowQuota.idl
|
| @@ -23,7 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -partial interface DOMWindow {
|
| +[
|
| + ImplementedAs=DOMWindowQuota
|
| +] partial interface Window {
|
| [DeprecateAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
|
| };
|
|
|
|
|