Chromium Code Reviews| Index: Source/bindings/scripts/idl_definitions.py |
| diff --git a/Source/bindings/scripts/idl_definitions.py b/Source/bindings/scripts/idl_definitions.py |
| index ee7158ab663cde7578524829e76c38e02088f376..5664c3848c9ce973c51c4fd793e448314c9567ad 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 |
|
haraken
2014/10/09 04:24:00
Is "original interface" a term of Web IDL? I'm not
tasak
2014/10/10 07:52:22
I could not find any special term in WebIDL spec.
|
| + self.partial_interfaces = [] |
| if not node: # Early exit for IdlException.__init__ |
| return |