aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/abstract.patch
Commit message (Collapse)AuthorAgeFilesLines
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-0/+12
Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums.