mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
script: Optionally store backtraces when throwing DOM exceptions.
This commit is contained in:
parent
5dc80dd07a
commit
06bca43aee
9 changed files with 51 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue