| Index: tools/dom/scripts/htmleventgenerator.py
|
| diff --git a/tools/dom/scripts/htmleventgenerator.py b/tools/dom/scripts/htmleventgenerator.py
|
| index 3ed4393c67538267c444ef2bfeb54c9cd6a9432c..5a006f5a43080227e163b04e580ac33092599e32 100644
|
| --- a/tools/dom/scripts/htmleventgenerator.py
|
| +++ b/tools/dom/scripts/htmleventgenerator.py
|
| @@ -118,7 +118,7 @@ _html_event_types = monitored.Dict('htmleventgenerator._html_event_types', {
|
| 'DOMApplicationCache.downloading': ('downloading', 'Event'),
|
| 'DOMApplicationCache.noupdate': ('noUpdate', 'Event'),
|
| 'DOMApplicationCache.obsolete': ('obsolete', 'Event'),
|
| - 'DOMApplicationCache.progress': ('progress', 'Event'),
|
| + 'DOMApplicationCache.progress': ('progress', 'ProgressEvent'),
|
| 'DOMApplicationCache.updateready': ('updateReady', 'Event'),
|
| 'Document.readystatechange': ('readyStateChange', 'Event'),
|
| 'Document.securitypolicyviolation': ('securityPolicyViolation', 'SecurityPolicyViolationEvent'),
|
|
|