Rename {get,set}_wrapper to {get,set}_jsobject. v1

This commit is contained in:
Bobby Holley 2013-10-08 20:40:45 +02:00
parent 62ddac8b6f
commit 6bf740d967
12 changed files with 24 additions and 24 deletions

View file

@ -25,7 +25,7 @@ impl HTMLMapElement {
let win = doc.with_base(|doc| doc.window.unwrap());
let cx = win.page.js_info.get_ref().js_compartment.cx.ptr;
let cache = win.reflector();
let scope = cache.get_wrapper();
let scope = cache.get_jsobject();
(scope, cx)
}