Rename browser_context identifiers to browsing_context.

This commit is contained in:
Ms2ger 2015-07-20 15:56:32 +02:00
parent 7491728a9c
commit 6d7bc2cffe
4 changed files with 25 additions and 25 deletions

View file

@ -1394,7 +1394,7 @@ impl ScriptTask {
loader);
let frame_element = frame_element.r().map(|elem| ElementCast::from_ref(elem));
window.r().init_browser_context(document.r(), frame_element);
window.r().init_browsing_context(document.r(), frame_element);
// Create the root frame
page.set_frame(Some(Frame {