Bug 169817

Summary: Use USE_INTERNAL_SDK to compute ENABLE_FAST_JIT_PERMISSIONS instead of HAVE_INTERNAL_SDK
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, saam
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

Description Michael Saboff 2017-03-17 10:54:40 PDT
HAVE_INTERNAL_SDK is not provided in all builds.  The configuration variable USE_INTERNAL_SDK takes this into account and should be used to compute ENABLE_FAST_JIT_PERMISSIONS.
Comment 1 Michael Saboff 2017-03-17 10:55:13 PDT
<rdar://problem/31018542>
Comment 2 Michael Saboff 2017-03-17 13:22:37 PDT
Created attachment 304814 [details]
Patch
Comment 3 Michael Saboff 2017-03-17 14:16:09 PDT
Committed r214121: <http://trac.webkit.org/changeset/214121>