aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2020-03-30 23:51:47 -0400
committerGitHub <noreply@github.com>2020-03-30 23:51:47 -0400
commit42463c4c4419a27e1779647cebf115bc8b31bd36 (patch)
treea8c4fada8d6c668bf2440bdc52b1c55795cbdbfa /components/script
parent029049b48630f426ac5face4d9a9c0cd5195c66c (diff)
parent33ddf3eef356c1b2b17a4427b101977dc22270c9 (diff)
downloadservo-42463c4c4419a27e1779647cebf115bc8b31bd36.tar.gz
servo-42463c4c4419a27e1779647cebf115bc8b31bd36.zip
Auto merge of #26062 - jdm:jsup, r=Manishearth
Update mozjs. Fix #26040. Incorporate upstream patches to improve JIT codegen on arm64.
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 7cdc2e1809a..d6767355f9e 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -21,7 +21,6 @@ webgl_backtrace = ["backtrace", "canvas_traits/webgl_backtrace"]
js_backtrace = ["backtrace"]
refcell_backtrace = ["accountable-refcell"]
uwp = ["js/uwp"]
-vslatestinstalled = ["js/vslatestinstalled"]
xr-profile = ["webxr-api/profile"]
[build-dependencies]