mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02: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:
Notes:
sideshowbarker
2024-07-16 23:38:54 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/5ed334e13a
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user