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