aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2016-08-12 11:44:56 -0400
committerJosh Matthews <josh@joshmatthews.net>2016-09-22 16:16:52 -0400
commitab168204ed9b6068c312a98253ab32bcaa5e2239 (patch)
tree79d1bfd85843fd0995c33c5220bfec042e69b915 /components/script/dom/mod.rs
parent7ba3172ce0d9d9d6a003b27d66450fea876bd563 (diff)
downloadservo-ab168204ed9b6068c312a98253ab32bcaa5e2239.tar.gz
servo-ab168204ed9b6068c312a98253ab32bcaa5e2239.zip
Support native promise callbacks.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 3861e5123e1..24951c0c075 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -374,6 +374,7 @@ pub mod popstateevent;
pub mod processinginstruction;
pub mod progressevent;
pub mod promise;
+pub mod promisenativehandler;
pub mod radionodelist;
pub mod range;
pub mod request;