| Index: Source/bindings/scripts/idl_definitions.py
|
| diff --git a/Source/bindings/scripts/idl_definitions.py b/Source/bindings/scripts/idl_definitions.py
|
| index 51cecee974e5a08474cf4b06f9b27d8161fcce4b..68adfeef65e412d01de76417a8fb11d9615ae382 100644
|
| --- a/Source/bindings/scripts/idl_definitions.py
|
| +++ b/Source/bindings/scripts/idl_definitions.py
|
| @@ -275,6 +275,8 @@ class IdlInterface(object):
|
| self.operations = []
|
| self.parent = None
|
| self.stringifier = None
|
| + self.original_interface = None
|
| + self.partial_interfaces = []
|
| if not node: # Early exit for IdlException.__init__
|
| return
|
|
|
|
|