mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
LibWeb: Make serializing CSS Parser types infallible
This commit is contained in:
parent
846c719e49
commit
ccfe197e5a
Notes:
sideshowbarker
2024-07-17 08:27:05 +09:00
Author: https://github.com/AtkinsSJ
Commit: ccfe197e5a
Pull-request: https://github.com/SerenityOS/serenity/pull/20709
12 changed files with 57 additions and 57 deletions
|
@ -144,8 +144,8 @@ public:
|
|||
StringView bracket_string() const;
|
||||
StringView bracket_mirror_string() const;
|
||||
|
||||
ErrorOr<String> to_string() const;
|
||||
ErrorOr<String> to_debug_string() const;
|
||||
String to_string() const;
|
||||
String to_debug_string() const;
|
||||
|
||||
String const& representation() const { return m_representation; }
|
||||
Position const& start_position() const { return m_start_position; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue