Index: Source/modules/quota/WindowQuota.idl |
diff --git a/Source/modules/quota/WindowQuota.idl b/Source/modules/quota/WindowQuota.idl |
index 1f8ce5eff3581f13cbdb7093b9f7e75760b69c70..d039c3caf6ec14de319e8e6953c85e2147000da7 100644 |
--- a/Source/modules/quota/WindowQuota.idl |
+++ b/Source/modules/quota/WindowQuota.idl |
@@ -24,8 +24,7 @@ |
*/ |
[ |
- ImplementedAs=DOMWindowQuota |
+ ImplementedAs=DOMWindowQuota, |
] partial interface Window { |
[DeprecateAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo; |
}; |
- |