aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/validitystate.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2013-10-08 20:36:56 +0200
committerBobby Holley <bobbyholley@gmail.com>2013-10-09 12:11:25 +0200
commit62ddac8b6f939c8f38ceba71888f4785f29b2dbf (patch)
treea12f97db5dd46df3025d47150bd40e1e0fe4fbca /src/components/script/dom/validitystate.rs
parent2cbe2d7ce914d2bb371c62aff19c08a0b522661b (diff)
downloadservo-62ddac8b6f939c8f38ceba71888f4785f29b2dbf.tar.gz
servo-62ddac8b6f939c8f38ceba71888f4785f29b2dbf.zip
Rename get_wrappercache() to reflector(). v1
I also updated some variable names in the codegen.
Diffstat (limited to 'src/components/script/dom/validitystate.rs')
-rw-r--r--src/components/script/dom/validitystate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/validitystate.rs b/src/components/script/dom/validitystate.rs
index 25bb25d91e6..e2c207bd5c6 100644
--- a/src/components/script/dom/validitystate.rs
+++ b/src/components/script/dom/validitystate.rs
@@ -60,7 +60,7 @@ impl ValidityState {
}
impl Reflectable for ValidityState {
- fn get_wrappercache(&mut self) -> &mut Reflector {
+ fn reflector(&mut self) -> &mut Reflector {
unsafe { cast::transmute(&self.wrapper) }
}