mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -43,7 +43,7 @@ impl HTMLFieldSetElement {
|
|||
let doc = self.htmlelement.element.node.owner_doc.unwrap();
|
||||
let win = doc.with_base(|doc| doc.window.unwrap());
|
||||
let cx = win.page.js_info.get_ref().js_compartment.cx.ptr;
|
||||
let cache = win.get_wrappercache();
|
||||
let cache = win.reflector();
|
||||
let scope = cache.get_wrapper();
|
||||
(scope, cx)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue