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