diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2023-10-04 13:29:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 11:29:54 +0000 |
commit | 8436002383fc17a0572e02aa5a1409505bb10e91 (patch) | |
tree | 4090d4eb0c7490d24a429475bd3807b2208978fb /components/script/dom/mod.rs | |
parent | a31e2ea57627bf5cdf8de81c6646d4f2fe25092b (diff) | |
download | servo-8436002383fc17a0572e02aa5a1409505bb10e91.tar.gz servo-8436002383fc17a0572e02aa5a1409505bb10e91.zip |
Support Namespace const in webidl (#30492)
* Add TestNS with const
* Implement namespace const in codegen
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 2d11d7bf955..681f8e0ef4b 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -537,6 +537,7 @@ pub mod testbindingmaplike; pub mod testbindingpairiterable; pub mod testbindingproxy; pub mod testbindingsetlike; +pub mod testns; pub mod testrunner; pub mod testworklet; pub mod testworkletglobalscope; |