mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Make StyleValue::to_string() infallible
This commit is contained in:
parent
ccfe197e5a
commit
7fe97ee6c5
Notes:
sideshowbarker
2024-07-17 05:01:20 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7fe97ee6c5
Pull-request: https://github.com/SerenityOS/serenity/pull/20709
112 changed files with 425 additions and 430 deletions
|
@ -26,7 +26,7 @@ public:
|
|||
ValueComparingNonnullRefPtr<StyleValue> edge_x() const { return m_properties.edge_x; }
|
||||
ValueComparingNonnullRefPtr<StyleValue> edge_y() const { return m_properties.edge_y; }
|
||||
|
||||
virtual ErrorOr<String> to_string() const override;
|
||||
virtual String to_string() const override;
|
||||
|
||||
bool properties_equal(PositionStyleValue const& other) const { return m_properties == other.m_properties; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue