Bug 182143 - Rename the Poisoned::isPoisoned constant to Poisoned::isPoisonedType.
Summary: Rename the Poisoned::isPoisoned constant to Poisoned::isPoisonedType.
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: 2018-01-25 13:29 PST by Mark Lam
Modified: 2018-01-25 13:54 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (7.20 KB, patch)
2018-01-25 13:46 PST, Mark Lam
jfbastien: 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 2018-01-25 13:29:20 PST
This is so that it doesn't conflict with the isPoisoned() debugging methods that are normally not built.  Also renamed PoisonedUniquePtr::isPoisonedUniquePtr to PoisonedUniquePtr::isPoisonedUniquePtrType to be consistent.
Comment 1 Radar WebKit Bug Importer 2018-01-25 13:29:56 PST
<rdar://problem/36880970>
Comment 2 Mark Lam 2018-01-25 13:46:46 PST
Created attachment 332311 [details]
proposed patch.
Comment 3 JF Bastien 2018-01-25 13:48:08 PST
Comment on attachment 332311 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2018-01-25 13:54:58 PST
Thanks for the review.  Landed in r227628: <http://trac.webkit.org/r227628>.