| Index: tools/dom/scripts/htmleventgenerator.py
|
| diff --git a/tools/dom/scripts/htmleventgenerator.py b/tools/dom/scripts/htmleventgenerator.py
|
| index 4f38941a7a79796c33d6418f0a0d334046939025..cf1dc281e8f92b3b0b5553dda4e8ba559c519c13 100644
|
| --- a/tools/dom/scripts/htmleventgenerator.py
|
| +++ b/tools/dom/scripts/htmleventgenerator.py
|
| @@ -115,13 +115,13 @@ _html_event_types = monitored.Dict('htmleventgenerator._html_event_types', {
|
| '*.webkitfullscreenerror': ('fullscreenError', 'Event'),
|
| 'AbstractWorker.error': ('error', 'ErrorEvent'),
|
| 'AudioContext.complete': ('complete', 'Event'),
|
| - 'DOMApplicationCache.cached': ('cached', 'Event'),
|
| - 'DOMApplicationCache.checking': ('checking', 'Event'),
|
| - 'DOMApplicationCache.downloading': ('downloading', 'Event'),
|
| - 'DOMApplicationCache.noupdate': ('noUpdate', 'Event'),
|
| - 'DOMApplicationCache.obsolete': ('obsolete', 'Event'),
|
| - 'DOMApplicationCache.progress': ('progress', 'ProgressEvent'),
|
| - 'DOMApplicationCache.updateready': ('updateReady', 'Event'),
|
| + 'ApplicationCache.cached': ('cached', 'Event'),
|
| + 'ApplicationCache.checking': ('checking', 'Event'),
|
| + 'ApplicationCache.downloading': ('downloading', 'Event'),
|
| + 'ApplicationCache.noupdate': ('noUpdate', 'Event'),
|
| + 'ApplicationCache.obsolete': ('obsolete', 'Event'),
|
| + 'ApplicationCache.progress': ('progress', 'ProgressEvent'),
|
| + 'ApplicationCache.updateready': ('updateReady', 'Event'),
|
| 'Document.readystatechange': ('readyStateChange', 'Event'),
|
| 'Document.securitypolicyviolation': ('securityPolicyViolation', 'SecurityPolicyViolationEvent'),
|
| 'Document.selectionchange': ('selectionChange', 'Event'),
|
|
|