aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2020-07-19 09:29:50 -0400
committerGitHub <noreply@github.com>2020-07-19 09:29:50 -0400
commit086556e706bbb65790e7fb9a918bf7e8051171e0 (patch)
treefa6ad280c0e2d2be02e0a75071514cb9337c3d46 /components/script/dom/bindings/codegen
parentccff00742f42a62b3004f27fdd02cfa0b388d745 (diff)
parent419cd53561e4abaadc78b2cfea55e0bf0edfb36c (diff)
downloadservo-086556e706bbb65790e7fb9a918bf7e8051171e0.tar.gz
servo-086556e706bbb65790e7fb9a918bf7e8051171e0.zip
Auto merge of #27026 - CYBAI:dynamic-module, r=jdm
Introduce dynamic module --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25439 - [x] There are tests for these changes
Diffstat (limited to 'components/script/dom/bindings/codegen')
-rw-r--r--components/script/dom/bindings/codegen/Bindings.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/dom/bindings/codegen/Bindings.conf b/components/script/dom/bindings/codegen/Bindings.conf
index ec8974b6cbd..6c6e0ed6618 100644
--- a/components/script/dom/bindings/codegen/Bindings.conf
+++ b/components/script/dom/bindings/codegen/Bindings.conf
@@ -47,6 +47,10 @@ DOMInterfaces = {
'inRealms': ['PromiseAttribute', 'PromiseNativeHandler'],
},
+'DynamicModuleOwner': {
+ 'inRealms': ['PromiseAttribute'],
+},
+
'URL': {
'weakReferenceable': True,
},