aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/clientrect.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/clientrect.rs')
-rw-r--r--src/components/script/dom/clientrect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/clientrect.rs b/src/components/script/dom/clientrect.rs
index 316bd900dc3..9fb27e0178a 100644
--- a/src/components/script/dom/clientrect.rs
+++ b/src/components/script/dom/clientrect.rs
@@ -62,7 +62,7 @@ impl ClientRect {
}
impl Reflectable for ClientRect {
- fn get_wrappercache(&mut self) -> &mut Reflector {
+ fn reflector(&mut self) -> &mut Reflector {
unsafe {
cast::transmute(&self.wrapper)
}