aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index 3538c9e8795..344ff74ca57 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -38,6 +38,7 @@ pub mod dom {
pub mod clientrectlist;
pub mod domparser;
pub mod htmlcollection;
+ pub mod formdata;
pub mod codegen {
pub mod ClientRectBinding;
pub mod ClientRectListBinding;
@@ -45,8 +46,10 @@ pub mod dom {
pub mod EventBinding;
pub mod EventTargetBinding;
pub mod HTMLCollectionBinding;
+ pub mod FormDataBinding;
}
}
+ pub mod blob;
pub mod characterdata;
pub mod clientrect;
pub mod clientrectlist;
@@ -55,6 +58,7 @@ pub mod dom {
pub mod element;
pub mod event;
pub mod eventtarget;
+ pub mod formdata;
pub mod htmlcollection;
pub mod node;
pub mod window;