mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
WebContent: Add IPC call to set window handle from WebContent client
This commit is contained in:
parent
48e0789a17
commit
6d91d2fa50
4 changed files with 8 additions and 0 deletions
|
@ -268,6 +268,7 @@ public:
|
|||
Optional<AK::URL> const& creator_url() const { return m_creator_url; }
|
||||
|
||||
String const& window_handle() const { return m_window_handle; }
|
||||
void set_window_handle(String handle) { m_window_handle = move(handle); }
|
||||
|
||||
private:
|
||||
explicit BrowsingContext(Page&, HTML::BrowsingContextContainer*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue