script: Optionally store backtraces when throwing DOM exceptions.

This commit is contained in:
Josh Matthews 2018-08-01 14:54:08 -04:00
parent 5dc80dd07a
commit 06bca43aee
9 changed files with 51 additions and 2 deletions

View file

@ -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]