Bug 182298 - Move ENABLE_POISON to Platform.h
Summary: Move ENABLE_POISON to Platform.h
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-30 09:53 PST by Mark Lam
Modified: 2018-01-30 10:04 PST (History)
8 users (show)

See Also:


Attachments
proposed patch. (2.28 KB, patch)
2018-01-30 09:58 PST, Mark Lam
msaboff: 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-30 09:53:15 PST
ENABLE_POISON belongs in Platform.h to ensure that all places that depend on ENABLE(POISON) will see it properly defined.
Comment 1 Radar WebKit Bug Importer 2018-01-30 09:53:50 PST
<rdar://problem/37032686>
Comment 2 Mark Lam 2018-01-30 09:58:56 PST
Created attachment 332664 [details]
proposed patch.
Comment 3 Michael Saboff 2018-01-30 10:00:19 PST
Comment on attachment 332664 [details]
proposed patch.

r=me
Comment 4 JF Bastien 2018-01-30 10:00:35 PST
Comment on attachment 332664 [details]
proposed patch.

r=me
Comment 5 Mark Lam 2018-01-30 10:04:57 PST
Thanks for the review.  Landed in r227792: <http://trac.webkit.org/r227792>.