Chromium Code Reviews| Index: tools/dom/scripts/htmleventgenerator.py |
| diff --git a/tools/dom/scripts/htmleventgenerator.py b/tools/dom/scripts/htmleventgenerator.py |
| index ec964e19ca77ca268b94d06e4ce9ae0715e5bff3..bcb4a8957bb66b936ebab287d90649904b1110d9 100644 |
| --- a/tools/dom/scripts/htmleventgenerator.py |
| +++ b/tools/dom/scripts/htmleventgenerator.py |
| @@ -210,7 +210,7 @@ _html_event_types = { |
| '*.ended': ('ended', 'Event'), |
| '*.error': ('error', 'Event'), |
| '*.focus': ('focus', 'Event'), |
| - '*.hashchange': ('hashChange', 'HashChangeEvent'), |
| + '*.hashchange': ('hashChange', 'Event'), # IE10 preventing HashChangeEvent. |
|
Emily Fortuna
2013/01/23 22:03:13
what do you mean? I don't understand this comment.
blois
2013/01/23 22:06:08
Modified the comment. This is what governs the str
|
| '*.input': ('input', 'Event'), |
| '*.invalid': ('invalid', 'Event'), |
| '*.keydown': ('keyDown', 'KeyboardEvent'), |