mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibWeb: Port SVGUseElement from ByteString
This commit is contained in:
parent
64411127cb
commit
7909475b14
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ private:
|
|||
|
||||
virtual JS::GCPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
||||
Optional<FlyString> parse_id_from_href(ByteString const& href);
|
||||
static Optional<FlyString> parse_id_from_href(StringView);
|
||||
|
||||
JS::GCPtr<DOM::Element> referenced_element();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue