Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d5b064d1c02c530fc996ed8b4ad6b3ab51c2c729
https://github.com/WebKit/WebKit/commit/d5b064d1c02c530fc996ed8b4ad6b3ab51c2c729
Author: Tim Nguyen <[email protected]>
Date: 2026-01-31 (Sat, 31 Jan 2026)
Changed paths:
M Source/WebCore/html/HTMLSelectElement.cpp
Log Message:
-----------
Clean up `HTMLSelectElement::setOptionsChangedOnRenderer`
https://bugs.webkit.org/show_bug.cgi?id=306685
rdar://169334265
Reviewed by Anne van Kesteren.
The #if conditions are redundant. `HTMLSelectElement::createElementRenderer`
should create the correct renderers for all platforms.
downcast should assert if the wrong renderer is created on iOS.`
* Source/WebCore/html/HTMLSelectElement.cpp:
(WebCore::HTMLSelectElement::setOptionsChangedOnRenderer):
Canonical link: https://commits.webkit.org/306562@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications