mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Port DOMParser interface from DeprecatedString to String
This commit is contained in:
parent
cc1e4c5cb3
commit
8531d11fab
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/shannonbooth
Commit: 8531d11fab
Pull-request: https://github.com/SerenityOS/serenity/pull/20968
3 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
|
||||
virtual ~DOMParser() override;
|
||||
|
||||
JS::NonnullGCPtr<DOM::Document> parse_from_string(DeprecatedString const&, Bindings::DOMParserSupportedType type);
|
||||
JS::NonnullGCPtr<DOM::Document> parse_from_string(StringView, Bindings::DOMParserSupportedType type);
|
||||
|
||||
private:
|
||||
explicit DOMParser(JS::Realm&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue