mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:18:12 +00:00
LibWeb: Rename "frame" to "browsing_context" in various places
We renamed the Frame class to BrowsingContext a while back, but forgot to update some variable names.
This commit is contained in:
parent
5dd4b3eaaa
commit
41fe02e012
7 changed files with 82 additions and 82 deletions
|
@ -41,7 +41,7 @@ private:
|
|||
Layout::InitialContainingBlock* layout_root();
|
||||
const Layout::InitialContainingBlock* layout_root() const;
|
||||
|
||||
HTML::BrowsingContext& m_frame;
|
||||
HTML::BrowsingContext& m_browsing_context;
|
||||
|
||||
bool m_in_mouse_selection { false };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue