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

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

Issue 11478015: "Reverting 15820" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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') | sdk/lib/html/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/scripts/htmlrenamer.py
diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
index 6e3e96bf353f55e082245ff76bf8d9ddebea5051..d64ada5ed2b03e9c19096aeca803dbd403312ca1 100644
--- a/sdk/lib/html/scripts/htmlrenamer.py
+++ b/sdk/lib/html/scripts/htmlrenamer.py
@@ -104,7 +104,6 @@ _private_html_members = set([
'EventTarget.dispatchEvent',
'EventTarget.removeEventListener',
'KeyboardEvent.keyIdentifier',
- 'KeyboardEvent.initKeyboardEvent',
'LocalWindow.getComputedStyle',
'MouseEvent.initMouseEvent',
'Node.appendChild',
@@ -272,6 +271,7 @@ _removed_html_members = set([
"MenuElement.compact",
"HTMLOptionsCollection.*",
"HTMLPropertiesCollection.*",
+ "KeyboardEvent.initKeyboardEvent",
"SelectElement.remove",
"NamedNodeMap.*",
"Node.isEqualNode",
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/html/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698