| Index: tools/dom/scripts/htmleventgenerator.py
|
| ===================================================================
|
| --- tools/dom/scripts/htmleventgenerator.py (revision 26337)
|
| +++ tools/dom/scripts/htmleventgenerator.py (working copy)
|
| @@ -328,8 +328,7 @@
|
| for super_interface in all_interfaces:
|
| events = events.union(
|
| set([attr.id for attr in super_interface.attributes
|
| - if (attr.type.id == 'EventHandler'
|
| - or attr.type.id == 'EventListener')]))
|
| + if attr.type.id == 'EventListener']))
|
| return events
|
|
|
| def _GetEvents(self, interface, custom_events):
|
|
|