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

Unified Diff: sdk/lib/html/scripts/systemhtml.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/systemhtml.py
diff --git a/sdk/lib/html/scripts/systemhtml.py b/sdk/lib/html/scripts/systemhtml.py
index 5ad6407127122dd562920ec4bdb90b0758e217ca..c0041cb18c47a9af6916ff11bf7f1e570961a5b9 100644
--- a/sdk/lib/html/scripts/systemhtml.py
+++ b/sdk/lib/html/scripts/systemhtml.py
@@ -48,6 +48,7 @@ _js_custom_members = set([
'HTMLSelectElement.selectedOptions',
'HTMLTableElement.createTBody',
'IDBDatabase.transaction',
+ 'KeyboardEvent.initKeyboardEvent',
'MouseEvent.offsetX',
'MouseEvent.offsetY',
'Navigator.language',

Powered by Google App Engine
This is Rietveld 408576698