Bug 214168 - [IPC hardening] Use MESSAGE_CHECK in WebPageProxy::setColorPickerColor()
Summary: [IPC hardening] Use MESSAGE_CHECK in WebPageProxy::setColorPickerColor()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-09 16:44 PDT by Brent Fulgham
Modified: 2020-07-10 09:36 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2020-07-09 16:49 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2020-07-09 16:44:51 PDT
Convert a debug assertion in WebPageProxy::setColorPickerColor() to MESSAGE_CHECK, which will do the right thing in Release builds, too.
Comment 1 Brent Fulgham 2020-07-09 16:45:07 PDT
<rdar://problem/58632672>
Comment 2 Brent Fulgham 2020-07-09 16:49:51 PDT
Created attachment 403932 [details]
Patch
Comment 3 EWS 2020-07-10 09:36:28 PDT
Committed r264224: <https://trac.webkit.org/changeset/264224>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 403932 [details].