1
Fork 0
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:
Shannon Booth 2023-12-24 15:39:06 +13:00 committed by Andreas Kling
parent 64411127cb
commit 7909475b14
2 changed files with 3 additions and 3 deletions

View file

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