From 8f9a081ff0395e84bf303c1baa68447c087f6243 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 9 Jul 2018 23:02:17 -0700 Subject: Fix Trusted usage in audio decoder to queue tasks (#3) --- components/script/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index 5125607219b..3275f10a65f 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -13,6 +13,8 @@ #![deny(unsafe_code)] #![allow(non_snake_case)] +#![recursion_limit = "128"] + #![doc = "The script crate contains all matters DOM."] #![plugin(script_plugins)] -- cgit v1.2.3