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

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

Issue 11451015: Fix dartium constructor for KeyboardEvent. (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 89a9389c9135c2d8182029d9177b5c7ba444c2b9..bfbe25349c5f17421934ad16497e309344cc0222 100644
--- a/sdk/lib/html/scripts/htmlrenamer.py
+++ b/sdk/lib/html/scripts/htmlrenamer.py
@@ -103,6 +103,7 @@ _private_html_members = set([
'EventTarget.dispatchEvent',
'EventTarget.removeEventListener',
'KeyboardEvent.keyIdentifier',
+ 'KeyboardEvent.initKeyboardEvent',
'LocalWindow.getComputedStyle',
'MouseEvent.initMouseEvent',
'Node.appendChild',
@@ -270,7 +271,6 @@ _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