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