mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Remove Reflectable::GetParentObject.
This commit is contained in:
parent
edd9c1d5eb
commit
80a6103f7d
23 changed files with 3 additions and 154 deletions
|
@ -540,7 +540,6 @@ pub fn initialize_global(global: *JSObject) {
|
|||
pub trait Reflectable {
|
||||
fn reflector<'a>(&'a self) -> &'a Reflector;
|
||||
fn mut_reflector<'a>(&'a mut self) -> &'a mut Reflector;
|
||||
fn GetParentObject(&self, cx: *JSContext) -> Option<@mut Reflectable>;
|
||||
}
|
||||
|
||||
pub fn reflect_dom_object<T: Reflectable>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue