mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Rename some local variables and shorten some lines.
This was done manually, and might benefit from a more careful review.
This commit is contained in:
parent
622aa76515
commit
549ac6a29b
11 changed files with 25 additions and 40 deletions
|
@ -27,8 +27,7 @@ impl DOMParser {
|
|||
|
||||
// TODO(tkuehn): This just handles the top-level page. Need to handle subframes.
|
||||
let cx = owner.page.js_info.get_ref().js_compartment.cx.ptr;
|
||||
let cache = owner.reflector();
|
||||
let scope = cache.get_jsobject();
|
||||
let scope = owner.reflector().get_jsobject();
|
||||
parser.wrap_object_shared(cx, scope);
|
||||
parser
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue