mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove Reflectable::wrap_object_shared.
This commit is contained in:
parent
c693cb185c
commit
53731b62ae
23 changed files with 18 additions and 123 deletions
|
@ -69,10 +69,6 @@ impl Reflectable for HTMLCollection {
|
|||
&mut self.reflector_
|
||||
}
|
||||
|
||||
fn wrap_object_shared(@mut self, _cx: *JSContext, _scope: *JSObject) -> *JSObject {
|
||||
unreachable!();
|
||||
}
|
||||
|
||||
fn GetParentObject(&self, _cx: *JSContext) -> Option<@mut Reflectable> {
|
||||
Some(self.window as @mut Reflectable)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue