Bug 221241 - ConcurrentPtrHashSet::contains() should be const.
Summary: ConcurrentPtrHashSet::contains() should be const.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-01 19:53 PST by Mark Lam
Modified: 2021-02-01 23:57 PST (History)
6 users (show)

See Also:


Attachments
proposed patch. (1.48 KB, patch)
2021-02-01 19:59 PST, Mark Lam
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2021-02-01 19:53:24 PST
There's no reason why it needs to be non-const.
Comment 1 Mark Lam 2021-02-01 19:59:43 PST
Created attachment 418954 [details]
proposed patch.
Comment 2 Yusuke Suzuki 2021-02-01 20:01:10 PST
Comment on attachment 418954 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2021-02-01 23:56:03 PST
Thanks for the review.  Landed in r272192: <http://trac.webkit.org/r272192>.
Comment 4 Radar WebKit Bug Importer 2021-02-01 23:57:14 PST
<rdar://problem/73867230>