Skip to content

Commit 9484eea

Browse files
author
bors-servo
authored
Auto merge of #141 - asajeffrey:opaque-hashtable, r=nox
Make Make js::detail::HashTable.* opaque This is a workaround for servo/servo#21093. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/141) <!-- Reviewable:end -->
2 parents 7fb484a + 3a16ca1 commit 9484eea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs_sys"
33
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
44
repository = "https://github.com/servo/mozjs/"
5-
version = "0.51.2"
5+
version = "0.51.3"
66
authors = ["Mozilla"]
77
links = "mozjs"
88
build = "build.rs"

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ const OPAQUE_TYPES: &'static [&'static str] = &[
275275
"JS::detail::CallArgsBase.*",
276276
"js::HashMap.*",
277277
"js::detail::UniqueSelector.*",
278-
"js::detail::HashTable_Ptr.*",
279-
"js::detail::HashTable_Range.*",
278+
"js::detail::HashTable.*",
280279
"mozilla::BufferList",
281280
"mozilla::Maybe.*",
282281
"mozilla::UniquePtr.*",

0 commit comments

Comments
 (0)