Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4865155d2fcb7cf39aad87597da8f29909d9b7f7
https://github.com/WebKit/WebKit/commit/4865155d2fcb7cf39aad87597da8f29909d9b7f7
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-15 (Sun, 15 Feb 2026)
Changed paths:
M Source/WTF/wtf/FastFloat.cpp
M Source/WTF/wtf/FastFloat.h
Log Message:
-----------
Remove unnecessary cast from parseDouble and remove parseHexDouble
https://bugs.webkit.org/show_bug.cgi?id=307943
Reviewed by Darin Adler.
parseDouble is passed a std::span<const char16_t> so no need to cast to
that.
Canonical link: https://commits.webkit.org/307636@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications