aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-09-19 21:37:32 +0530
committerManish Goregaokar <manishsmail@gmail.com>2018-09-20 20:23:29 +0530
commit1be41686d30aed8385750cc6fc323972515e07ed (patch)
tree65bb1e88bf00151dd14f46567d60599b3621cda1 /components/script/dom/mod.rs
parent431ad807d24c2c167d50ec9463a85cbd77ab353c (diff)
downloadservo-1be41686d30aed8385750cc6fc323972515e07ed.tar.gz
servo-1be41686d30aed8385750cc6fc323972515e07ed.zip
Implement BiquadFilterNode
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 54b9adcc422..07425cccae1 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -228,6 +228,7 @@ pub mod audioscheduledsourcenode;
pub mod baseaudiocontext;
pub mod beforeunloadevent;
pub mod bindings;
+pub mod biquadfilternode;
pub mod blob;
pub mod bluetooth;
pub mod bluetoothadvertisingevent;