RESOLVED FIXED 182143
Rename the Poisoned::isPoisoned constant to Poisoned::isPoisonedType.
https://bugs.webkit.org/show_bug.cgi?id=182143
Summary Rename the Poisoned::isPoisoned constant to Poisoned::isPoisonedType.
Mark Lam
Reported 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.
Attachments
proposed patch. (7.20 KB, patch)
2018-01-25 13:46 PST, Mark Lam
jfbastien: review+
Radar WebKit Bug Importer
Comment 1 2018-01-25 13:29:56 PST
Mark Lam
Comment 2 2018-01-25 13:46:46 PST
Created attachment 332311 [details] proposed patch.
JF Bastien
Comment 3 2018-01-25 13:48:08 PST
Comment on attachment 332311 [details] proposed patch. r=me
Mark Lam
Comment 4 2018-01-25 13:54:58 PST
Thanks for the review. Landed in r227628: <http://trac.webkit.org/r227628>.
Note You need to log in before you can comment on or make changes to this bug.