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

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

Issue 11475033: Fix up DOM keyboardEvent constructor for dartium. (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
Index: sdk/lib/html/scripts/htmlrenamer.py
diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
index d64ada5ed2b03e9c19096aeca803dbd403312ca1..6e3e96bf353f55e082245ff76bf8d9ddebea5051 100644
--- a/sdk/lib/html/scripts/htmlrenamer.py
+++ b/sdk/lib/html/scripts/htmlrenamer.py
@@ -104,6 +104,7 @@ _private_html_members = set([
'EventTarget.dispatchEvent',
'EventTarget.removeEventListener',
'KeyboardEvent.keyIdentifier',
+ 'KeyboardEvent.initKeyboardEvent',
'LocalWindow.getComputedStyle',
'MouseEvent.initMouseEvent',
'Node.appendChild',
@@ -271,7 +272,6 @@ _removed_html_members = set([
"MenuElement.compact",
"HTMLOptionsCollection.*",
"HTMLPropertiesCollection.*",
- "KeyboardEvent.initKeyboardEvent",
"SelectElement.remove",
"NamedNodeMap.*",
"Node.isEqualNode",

Powered by Google App Engine
This is Rietveld 408576698