mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 07:24:58 +00:00
Userland: Fix compile errors from merging a PR without re-running CI
Hands have been slapped, more CI buttons should be pushed now D:
This commit is contained in:
parent
0dd5aa40a8
commit
5ed334e13a
2 changed files with 7 additions and 7 deletions
|
@ -704,7 +704,7 @@ void HTMLInputElement::update_slider_thumb_element()
|
|||
if (maximum < minimum)
|
||||
default_value = minimum;
|
||||
|
||||
double value = MUST(value_as_number());
|
||||
double value = value_as_number();
|
||||
if (!isfinite(value))
|
||||
value = default_value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue