| Index: tools/dom/scripts/htmleventgenerator.py
|
| diff --git a/tools/dom/scripts/htmleventgenerator.py b/tools/dom/scripts/htmleventgenerator.py
|
| index 0f0639033faa3afac1bdc6bc9b37844568bf2e29..59a895526b85c5772259ad3b9726d69c9dab076e 100644
|
| --- a/tools/dom/scripts/htmleventgenerator.py
|
| +++ b/tools/dom/scripts/htmleventgenerator.py
|
| @@ -112,6 +112,7 @@ _html_event_types = monitored.Dict('htmleventgenerator._html_event_types', {
|
| '*.webkitTransitionEnd': ('transitionEnd', 'TransitionEvent'),
|
| '*.webkitfullscreenchange': ('fullscreenChange', 'Event'),
|
| '*.webkitfullscreenerror': ('fullscreenError', 'Event'),
|
| + 'AbstractWorker.error': ('error', 'ErrorEvent'),
|
| 'AudioContext.complete': ('complete', 'Event'),
|
| 'DOMApplicationCache.cached': ('cached', 'Event'),
|
| 'DOMApplicationCache.checking': ('checking', 'Event'),
|
|
|