diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf')
-rw-r--r-- | Source/JavaScriptCore/wtf/Platform.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/wtf/Platform.h b/Source/JavaScriptCore/wtf/Platform.h index 76c2ae4..5ac08d1 100644 --- a/Source/JavaScriptCore/wtf/Platform.h +++ b/Source/JavaScriptCore/wtf/Platform.h @@ -1285,13 +1285,8 @@ Client based implementations will have option to choose between pre-emptive and nonpre-emptive permission policy. pre-emptive permission policy is enabled by default for all client-based implementations. */ #if ENABLE(CLIENT_BASED_GEOLOCATION) -#if PLATFORM(ANDROID) -// Consider enabling preemptive permissions. See b/4500947. -#define WTF_USE_PREEMPT_GEOLOCATION_PERMISSION 0 -#else #define WTF_USE_PREEMPT_GEOLOCATION_PERMISSION 1 #endif -#endif #if CPU(ARM_THUMB2) #define ENABLE_BRANCH_COMPACTION 1 |