mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb/HTML: Implement the exception checks for Document.domain setter
This commit is contained in:
parent
68b57daf84
commit
20d369b96d
Notes:
github-actions[bot]
2025-06-27 06:46:56 +00:00
Author: https://github.com/shannonbooth
Commit: 20d369b96d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5221
7 changed files with 258 additions and 2 deletions
|
@ -606,7 +606,7 @@ public:
|
|||
void set_about_base_url(Optional<URL::URL> url) { m_about_base_url = url; }
|
||||
|
||||
String domain() const;
|
||||
void set_domain(String const&);
|
||||
WebIDL::ExceptionOr<void> set_domain(String const&);
|
||||
|
||||
auto& pending_scroll_event_targets() { return m_pending_scroll_event_targets; }
|
||||
auto& pending_scrollend_event_targets() { return m_pending_scrollend_event_targets; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue