mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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
|
@ -143,8 +143,8 @@ impl MouseEvent {
|
|||
}
|
||||
|
||||
impl Reflectable for MouseEvent {
|
||||
fn get_wrappercache(&mut self) -> &mut Reflector {
|
||||
return self.parent.get_wrappercache()
|
||||
fn reflector(&mut self) -> &mut Reflector {
|
||||
return self.parent.reflector()
|
||||
}
|
||||
|
||||
fn wrap_object_shared(@mut self, cx: *JSContext, scope: *JSObject) -> *JSObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue