diff options
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index c108186947a..813e7a09145 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -335,6 +335,8 @@ pub mod webgluniformlocation; pub mod webgltexture; pub mod webglframebuffer; pub mod webglrenderbuffer; +pub mod webglactiveinfo; +pub mod webglshaderprecisionformat; pub mod websocket; pub mod window; pub mod worker; |