mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +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
|
@ -707,7 +707,7 @@ impl ScriptTask {
|
|||
self.chan.clone(),
|
||||
self.compositor,
|
||||
self.image_cache_task.clone());
|
||||
page.initialize_js_info(cx, window.get_wrappercache().get_wrapper());
|
||||
page.initialize_js_info(cx, window.reflector().get_wrapper());
|
||||
|
||||
RegisterBindings::Register(page.js_info.get_ref().js_compartment);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue