mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Fix macos interators, warnings, and updating submodules.
This commit is contained in:
parent
5d00b88e2c
commit
dd45751368
33 changed files with 41 additions and 46 deletions
|
@ -666,7 +666,7 @@ impl WrapperCache {
|
|||
}
|
||||
|
||||
pub fn WrapNewBindingObject(cx: *JSContext, scope: *JSObject,
|
||||
mut value: @mut CacheableWrapper,
|
||||
value: @mut CacheableWrapper,
|
||||
vp: *mut JSVal) -> bool {
|
||||
unsafe {
|
||||
let cache = value.get_wrappercache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue