aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index bf6a5c66b1d..6e273601926 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -184,6 +184,7 @@ impl<Window> Browser<Window> where Window: WindowMethods + 'static {
clear_framebuffer: true,
clear_color: webrender_traits::ColorF::new(1.0, 1.0, 1.0, 1.0),
render_target_debug: false,
+ workers: None,
}).expect("Unable to initialize webrender!")
};