mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename {get,set}_wrapper to {get,set}_jsobject. v1
This commit is contained in:
parent
62ddac8b6f
commit
6bf740d967
12 changed files with 24 additions and 24 deletions
|
@ -28,7 +28,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_wrapper();
|
||||
let scope = cache.get_jsobject();
|
||||
parser.wrap_object_shared(cx, scope);
|
||||
parser
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue