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

Unified Diff: lib/html/scripts/htmlrenamer.py

Issue 11065039: Remove window.length and window.frames (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « lib/html/dartium/html_dartium.dart ('k') | lib/html/src/CrossFrameTypes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/htmlrenamer.py
diff --git a/lib/html/scripts/htmlrenamer.py b/lib/html/scripts/htmlrenamer.py
index 363ea838637b15c55073a2adada8a4f0cf70340d..f2e763407774384803941a81d4165187e4f4619c 100644
--- a/lib/html/scripts/htmlrenamer.py
+++ b/lib/html/scripts/htmlrenamer.py
@@ -281,6 +281,8 @@ _removed_html_members = set([
"WheelEvent.wheelDeltaX",
"WheelEvent.wheelDeltaY",
"LocalWindow.get:frameElement",
+ "LocalWindow.get:frames",
+ "LocalWindow.get:length",
"LocalWindow.webkitCancelRequestAnimationFrame",
])
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/src/CrossFrameTypes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698