From 9682c0cd3a8006ead1ed277b3a6f4e0a3057c347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 19 Oct 2016 17:25:35 +0200 Subject: [PATCH] Update mozjs_sys to expose proper locale callbacks. Fixes #13788 --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 2 +- tests/wpt/mozilla/tests/mozilla/interfaces.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 4f9bc40b6c3..6d40d9270e1 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.0.0" -source = "git+https://github.com/servo/mozjs#34c3e075138bb7eff2ed8b5924ccb9067dcd017e" +source = "git+https://github.com/servo/mozjs#f7917c480e3378441ee54c0554f6a3af9fb57464" dependencies = [ "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 06a19b61f5f..c378368ff55 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1258,7 +1258,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.0.0" -source = "git+https://github.com/servo/mozjs#34c3e075138bb7eff2ed8b5924ccb9067dcd017e" +source = "git+https://github.com/servo/mozjs#f7917c480e3378441ee54c0554f6a3af9fb57464" dependencies = [ "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.js b/tests/wpt/mozilla/tests/mozilla/interfaces.js index c6eeab6bdbc..1430f8cb81c 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.js +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.js @@ -20,6 +20,7 @@ function test_interfaces(interfaceNamesInGlobalScope) { "Int32Array", "Int8Array", "InternalError", + "Intl", "Iterator", "JSON", "Map",