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

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 12217080: Removing MouseEvent.x & y (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index bdc24feba39a80ac7563a1aa405bae0254323763..1abb03b95a977305fc25b76b6fddc27cf7da600c 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -440,6 +440,8 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'HTMLUListElement.compact',
'HTMLUListElement.type',
'MessageEvent.webkitInitMessageEvent',
+ 'MouseEvent.x',
+ 'MouseEvent.y',
'Node.compareDocumentPosition',
'Node.get:ATTRIBUTE_NODE',
'Node.get:CDATA_SECTION_NODE',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698