1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00

LibWeb: Remove two unused BrowsingContext member variables

This commit is contained in:
Andreas Kling 2023-09-20 08:00:51 +02:00
parent 8e669c14c8
commit a02d42dea2

View file

@ -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;