mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibWeb: Port ShadowRoot interface from DeprecatedString to String
This commit is contained in:
parent
0ce5a920f7
commit
6789a2dd8e
5 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
virtual EventTarget* get_parent(Event const&) override;
|
||||
|
||||
WebIDL::ExceptionOr<DeprecatedString> inner_html() const;
|
||||
WebIDL::ExceptionOr<void> set_inner_html(DeprecatedString const&);
|
||||
WebIDL::ExceptionOr<void> set_inner_html(StringView);
|
||||
|
||||
private:
|
||||
ShadowRoot(Document&, Element& host, Bindings::ShadowRootMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue