Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: modules/quota/WindowQuota.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/quota/StorageErrorCallback.idl ('k') | modules/speech/DOMWindowSpeechSynthesis.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/quota/WindowQuota.idl
diff --git a/modules/quota/DOMWindowQuota.idl b/modules/quota/WindowQuota.idl
similarity index 95%
rename from modules/quota/DOMWindowQuota.idl
rename to modules/quota/WindowQuota.idl
index c71f8639be6f54b5c3256b0f3490336beb8e2e39..1f8ce5eff3581f13cbdb7093b9f7e75760b69c70 100644
--- a/modules/quota/DOMWindowQuota.idl
+++ b/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;
};
« no previous file with comments | « modules/quota/StorageErrorCallback.idl ('k') | modules/speech/DOMWindowSpeechSynthesis.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698