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

Unified Diff: lib/dom/scripts/systemhtml.py

Issue 10536113: Add new events. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index a70f6cfe087253404c776dbd66fde9820340b095..516427cb4ede91959e2dba9d7a5f6679d58b1aeb 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -448,6 +448,8 @@ _html_event_names = {
'webkitkeyerror': 'keyError',
'webkitkeymessage': 'keyMessage',
'webkitneedkey': 'needKey',
+ 'webkitpointerlockchange': 'pointerLockChange',
+ 'webkitpointerlockerror': 'pointerLockError',
'webkitSpeechChange': 'speechChange',
'webkitsourceclose': 'sourceClose',
'webkitsourceended': 'sourceEnded',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698