mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
LibWeb: Remove two unused BrowsingContext member variables
This commit is contained in:
parent
8e669c14c8
commit
a02d42dea2
Notes:
sideshowbarker
2024-07-17 05:05:51 +09:00
Author: https://github.com/awesomekling
Commit: a02d42dea2
Pull-request: https://github.com/SerenityOS/serenity/pull/21167
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 0 additions and 2 deletions
|
@ -229,8 +229,6 @@ private:
|
|||
Optional<HTML::Origin> m_creator_origin;
|
||||
|
||||
JS::GCPtr<HTML::NavigableContainer> m_container;
|
||||
CSSPixelSize m_size;
|
||||
CSSPixelPoint m_viewport_scroll_offset;
|
||||
|
||||
// https://w3c.github.io/webdriver/#dfn-window-handles
|
||||
String m_window_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue