Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 388719d86c5d0db1b6aaf3c57161de3889fc8c01
https://github.com/WebKit/WebKit/commit/388719d86c5d0db1b6aaf3c57161de3889fc8c01
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M Source/WebCore/html/ImageDataArray.cpp
Log Message:
-----------
Add missing break statement in ImageDataArray::tryCreate switch
https://bugs.webkit.org/show_bug.cgi?id=318199
rdar://181004373
Reviewed by Chris Dumez.
The RgbaFloat16 case in the switch in ImageDataArray::tryCreate() was
missing a break statement. Add the break for consistency with the
RgbaUnorm8 case.
* Source/WebCore/html/ImageDataArray.cpp:
(WebCore::ImageDataArray::tryCreate):
Canonical link: https://commits.webkit.org/316231@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications