mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +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
|
@ -17,6 +17,7 @@ unstable = []
|
|||
unrooted_must_root_lint = ["script_plugins/unrooted_must_root_lint"]
|
||||
default = ["unrooted_must_root_lint"]
|
||||
webgl_backtrace = ["backtrace", "canvas_traits/webgl_backtrace"]
|
||||
js_backtrace = ["backtrace"]
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue