aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/Configuration.py
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2024-05-07 08:23:14 +0200
committerGitHub <noreply@github.com>2024-05-07 06:23:14 +0000
commit8bc49299c89b15b065d1aa7df00416e8e56b2c49 (patch)
tree95c02c76d887a57a72074b1a1a2ff8fb0e3b62c1 /components/script/dom/bindings/codegen/Configuration.py
parent45f2433d7695231d509fc2b316c390d6d7e0e6f7 (diff)
downloadservo-8bc49299c89b15b065d1aa7df00416e8e56b2c49.tar.gz
servo-8bc49299c89b15b065d1aa7df00416e8e56b2c49.zip
Revert "script: implement AbortController (#31361)" (#32243)
This reverts commit 7fce850cffb72a6fbcf763a40164a9b35b7fa833.
Diffstat (limited to 'components/script/dom/bindings/codegen/Configuration.py')
-rw-r--r--components/script/dom/bindings/codegen/Configuration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/Configuration.py b/components/script/dom/bindings/codegen/Configuration.py
index d96106a26dd..e49afb42b67 100644
--- a/components/script/dom/bindings/codegen/Configuration.py
+++ b/components/script/dom/bindings/codegen/Configuration.py
@@ -232,7 +232,6 @@ class Descriptor(DescriptorProvider):
self.register = desc.get('register', True)
self.path = desc.get('path', pathDefault)
self.inRealmMethods = [name for name in desc.get('inRealms', [])]
- self.ifaceName = ifaceName
self.bindingPath = f"crate::dom::bindings::codegen::Bindings::{ifaceName}Binding::{ifaceName}_Binding"
self.outerObjectHook = desc.get('outerObjectHook', 'None')
self.proxy = False