Bug 245435 - Replace checks for effectiveAccentColor().isValid()
Summary: Replace checks for effectiveAccentColor().isValid()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-20 10:22 PDT by Tim Nguyen (:ntim)
Modified: 2022-09-20 16:53 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-09-20 10:22:53 PDT
The intent of these checks is to check if the accent-color is not auto, so we should use hasAutoAccentColor() instead.
Comment 1 Radar WebKit Bug Importer 2022-09-20 10:25:21 PDT
<rdar://problem/100178048>
Comment 2 Tim Nguyen (:ntim) 2022-09-20 10:26:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4538
Comment 3 EWS 2022-09-20 16:53:22 PDT
Committed 254700@main (4af3e6bf9f74): <https://commits.webkit.org/254700@main>

Reviewed commits have been landed. Closing PR #4538 and removing active labels.