Skip to content

Commit

Permalink
Cherry-pick 272448.493@safari-7618-branch (3b4b355). https://bugs.web…
Browse files Browse the repository at this point in the history
…kit.org/show_bug.cgi?id=268788

    Clean up JIT permissions configuration.
    https://bugs.webkit.org/show_bug.cgi?id=268788
    rdar://122141946

    Reviewed by Alexey Shvayka.

    * Source/WTF/wtf/PlatformUse.h:

    Canonical link: https://commits.webkit.org/272448.493@safari-7618-branch

Canonical link: https://commits.webkit.org/274313.47@webkitglib/2.44
  • Loading branch information
Mark Lam authored and aperezdc committed Mar 11, 2024
1 parent 3ee62b2 commit 8917627
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/WTF/wtf/PlatformUse.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2023 Apple Inc. All rights reserved.
* Copyright (C) 2006-2024 Apple Inc. All rights reserved.
* Copyright (C) 2007-2009 Torch Mobile, Inc.
* Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved.
*
Expand Down Expand Up @@ -420,10 +420,8 @@
#if PLATFORM(IOS) && !PLATFORM(IOS_FAMILY_SIMULATOR) \
&& __IPHONE_OS_VERSION_MAX_ALLOWED >= 170400 \
&& __IPHONE_OS_VERSION_MAX_ALLOWED < 180000
#if CPU(ARM64E)
#define USE_INLINE_JIT_PERMISSIONS_API 1
#endif
#endif

#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 140000) \
|| ((PLATFORM(IOS) || PLATFORM(MACCATALYST)) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 170000) \
Expand Down

0 comments on commit 8917627

Please sign in to comment.