aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/Configuration.py
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-02 18:21:34 +0900
committerKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-03 14:25:23 +0900
commit2660f359254e7543b7c91d14728b44ac01e438e5 (patch)
tree3a46481fc1bbe22994df7186ce10d5ea6a4ec015 /components/script/dom/bindings/codegen/Configuration.py
parent84693d81173b58c4afc408a7295210960842484a (diff)
downloadservo-2660f359254e7543b7c91d14728b44ac01e438e5.tar.gz
servo-2660f359254e7543b7c91d14728b44ac01e438e5.zip
Remove [PrimaryGlobal]
Diffstat (limited to 'components/script/dom/bindings/codegen/Configuration.py')
-rw-r--r--components/script/dom/bindings/codegen/Configuration.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/script/dom/bindings/codegen/Configuration.py b/components/script/dom/bindings/codegen/Configuration.py
index bde6e71bcfb..1d50c3ed4f7 100644
--- a/components/script/dom/bindings/codegen/Configuration.py
+++ b/components/script/dom/bindings/codegen/Configuration.py
@@ -38,11 +38,6 @@ class Configuration:
iface = thing
self.interfaces[iface.identifier.name] = iface
if iface.identifier.name not in config:
- # Completely skip consequential interfaces with no descriptor
- # if they have no interface object because chances are we
- # don't need to do anything interesting with them.
- if iface.isConsequential() and not iface.hasInterfaceObject():
- continue
entry = {}
else:
entry = config[iface.identifier.name]