diff options
author | CYBAI <cyb.ai.815@gmail.com> | 2020-07-04 17:55:30 +0900 |
---|---|---|
committer | CYBAI <cyb.ai.815@gmail.com> | 2020-07-18 00:43:32 +0900 |
commit | 0c7f08f74329313326e533d2e98ddc41874260ed (patch) | |
tree | c76df3cd87e761f262d433617dcacd5d2c0b9fbe /components/script/dom/bindings/codegen | |
parent | f221b0000759efbd5c42a0f5c905a10169a2fb9e (diff) | |
download | servo-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.conf | 4 |
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, }, |