mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 22:29:13 +00:00
LibWeb: Port HTMLParser::serialize_html_fragment from DeprecatedString
This commit is contained in:
committed by
Andreas Kling
parent
f2410071cd
commit
a8fd4fab00
@@ -58,7 +58,7 @@ public:
|
||||
DOM::Document& document();
|
||||
|
||||
static Vector<JS::Handle<DOM::Node>> parse_html_fragment(DOM::Element& context_element, StringView);
|
||||
static DeprecatedString serialize_html_fragment(DOM::Node const& node);
|
||||
static String serialize_html_fragment(DOM::Node const& node);
|
||||
|
||||
enum class InsertionMode {
|
||||
#define __ENUMERATE_INSERTION_MODE(mode) mode,
|
||||
|
||||
Reference in New Issue
Block a user