aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/window.rs')
-rw-r--r--src/components/script/dom/window.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/script/dom/window.rs b/src/components/script/dom/window.rs
index e148cd8a2ad..b4a804464f5 100644
--- a/src/components/script/dom/window.rs
+++ b/src/components/script/dom/window.rs
@@ -147,10 +147,6 @@ impl Reflectable for Window {
fn mut_reflector<'a>(&'a mut self) -> &'a mut Reflector {
self.eventtarget.mut_reflector()
}
-
- fn GetParentObject(&self, _cx: *JSContext) -> Option<@mut Reflectable> {
- None
- }
}
impl Window {