mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Remove unused aTriedToWrap argument.
This commit is contained in:
parent
6db57e6f72
commit
25cae74093
18 changed files with 22 additions and 43 deletions
|
@ -150,8 +150,7 @@ impl Reflectable for Window {
|
|||
}
|
||||
|
||||
fn wrap_object_shared(@mut self, cx: *JSContext, scope: *JSObject) -> *JSObject {
|
||||
let mut unused = false;
|
||||
WindowBinding::Wrap(cx, scope, self, &mut unused)
|
||||
WindowBinding::Wrap(cx, scope, self)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue