diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 66bc4ac40eb..097f69d7808 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -19,7 +19,7 @@ extern crate app_units; extern crate audio_video_metadata; -#[cfg(feature = "webgl_backtrace")] +#[cfg(any(feature = "webgl_backtrace", feature = "js_backtrace"))] extern crate backtrace; extern crate base64; #[macro_use] |