| Index: client/dom/scripts/systemwrapping.py | 
| diff --git a/client/dom/scripts/systemwrapping.py b/client/dom/scripts/systemwrapping.py | 
| index cdaa1ebdb5e8a374b2b7967ab56d1b09fb423591..3f112007c9a8baa248f105fb497abc9b9ef23a61 100644 | 
| --- a/client/dom/scripts/systemwrapping.py | 
| +++ b/client/dom/scripts/systemwrapping.py | 
| @@ -190,9 +190,6 @@ class WrappingInterfaceGenerator(object): | 
| self._SecondaryContext(interface) | 
| self.AddOperation(info) | 
|  | 
| -  def AddEventAttributes(self, event_attrs): | 
| -    pass | 
| - | 
| def _SecondaryContext(self, interface): | 
| if interface is not self._current_secondary_parent: | 
| self._current_secondary_parent = interface | 
|  |