mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Rename browser_context identifiers to browsing_context.
This commit is contained in:
parent
7491728a9c
commit
6d7bc2cffe
4 changed files with 25 additions and 25 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue