aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorCYBAI <cyb.ai.815@gmail.com>2020-07-04 17:55:30 +0900
committerCYBAI <cyb.ai.815@gmail.com>2020-07-18 00:43:32 +0900
commit0c7f08f74329313326e533d2e98ddc41874260ed (patch)
treec76df3cd87e761f262d433617dcacd5d2c0b9fbe /components/script/dom/bindings/codegen
parentf221b0000759efbd5c42a0f5c905a10169a2fb9e (diff)
downloadservo-0c7f08f74329313326e533d2e98ddc41874260ed.tar.gz
servo-0c7f08f74329313326e533d2e98ddc41874260ed.zip
Introduce DynamicModuleOwner dom struct
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 e4d4c234262..9cca9647e94 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,
},