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

Unified Diff: Source/modules/quota/DOMWindowQuota.idl

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « Source/modules/notifications/WindowNotifications.idl ('k') | Source/modules/quota/WindowQuota.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/modules/notifications/WindowNotifications.idl ('k') | Source/modules/quota/WindowQuota.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698