auto merge of #2633 : Ms2ger/servo/derefmut, r=jdm

Part of #1854.
This commit is contained in:
bors-servo 2014-06-11 13:59:01 -04:00
commit cc23f3c436
22 changed files with 417 additions and 406 deletions

View file

@ -606,7 +606,7 @@ pub extern fn outerize_global(_cx: *mut JSContext, obj: JSHandleObject) -> *mut
IDLInterface::get_prototype_depth(None::<window::Window>))
.unwrap()
.root();
win.deref().browser_context.get_ref().window_proxy()
win.deref().browser_context.deref().borrow().get_ref().window_proxy()
}
}