| Index: tools/dom/scripts/htmleventgenerator.py
|
| diff --git a/tools/dom/scripts/htmleventgenerator.py b/tools/dom/scripts/htmleventgenerator.py
|
| index 7f64f1bcf2c07fd7f806de12f51c0b95d1b1b4e5..0f0639033faa3afac1bdc6bc9b37844568bf2e29 100644
|
| --- a/tools/dom/scripts/htmleventgenerator.py
|
| +++ b/tools/dom/scripts/htmleventgenerator.py
|
| @@ -113,10 +113,6 @@ _html_event_types = monitored.Dict('htmleventgenerator._html_event_types', {
|
| '*.webkitfullscreenchange': ('fullscreenChange', 'Event'),
|
| '*.webkitfullscreenerror': ('fullscreenError', 'Event'),
|
| 'AudioContext.complete': ('complete', 'Event'),
|
| - 'BatteryManager.chargingchange': ('chargingChange', 'Event'),
|
| - 'BatteryManager.chargingtimechange': ('chargingTimeChange', 'Event'),
|
| - 'BatteryManager.dischargingtimechange': ('dischargingTimeChange', 'Event'),
|
| - 'BatteryManager.levelchange': ('levelChange', 'Event'),
|
| 'DOMApplicationCache.cached': ('cached', 'Event'),
|
| 'DOMApplicationCache.checking': ('checking', 'Event'),
|
| 'DOMApplicationCache.downloading': ('downloading', 'Event'),
|
|
|