mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Rename get_wrappercache() to reflector(). v1
I also updated some variable names in the codegen.
This commit is contained in:
parent
2cbe2d7ce9
commit
62ddac8b6f
30 changed files with 60 additions and 60 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue