From f95613e3204e82c60fc6316522a11a24a0363371 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 13 Jul 2016 15:01:00 -0400 Subject: [PATCH] Enable more DOM bindings inlining opportunities. --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 9d43557ece1..86abbda0e87 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "js" version = "0.1.3" -source = "git+https://github.com/servo/rust-mozjs#3ea62135ba1316b4aa845b18cf621bf127b56211" +source = "git+https://github.com/servo/rust-mozjs#bc9add648b3174120d70d0bef3935912bd6f1313" dependencies = [ "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index d5a48dc268e..07ff59bcb3f 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "js" version = "0.1.3" -source = "git+https://github.com/servo/rust-mozjs#3ea62135ba1316b4aa845b18cf621bf127b56211" +source = "git+https://github.com/servo/rust-mozjs#bc9add648b3174120d70d0bef3935912bd6f1313" dependencies = [ "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",