File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- 1378
2
- Changed: yurys @chromium.org Tue Nov 3 18:28:54 PST 2020
1
+ 1379
2
+ Changed: lushnikov @chromium.org Thu Nov 5 09:23:09 PST 2020
Original file line number Diff line number Diff line change @@ -7650,6 +7650,23 @@ index e40a6e172bfd2b75076fd4053da643ebab9eb81f..2516655bbc9e5bc863537a554c5faac0
7650
7650
7651
7651
-#endif // ENABLE(TOUCH_EVENTS)
7652
7652
+#endif // ENABLE(TOUCH_EVENTS) && PLATFORM(IOS_FAMILY)
7653
+ diff --git a/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm b/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm
7654
+ index 22c0b189aafc69405083c36004b4d4de4f3bbfd1..1d883c903018a2bb33db8f1458adda8b04a089bc 100644
7655
+ --- a/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm
7656
+ +++ b/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm
7657
+ @@ -63,7 +63,11 @@
7658
+ #endif
7659
+
7660
+ #if PLATFORM(MAC)
7661
+ -#define USE_CACHE_COMPILED_SANDBOX 1
7662
+ +// Playwright begin
7663
+ +// Disable compiled sandbox since it doesn't work on BigSUr.
7664
+ +// #define USE_CACHE_COMPILED_SANDBOX 1
7665
+ +#define USE_CACHE_COMPILED_SANDBOX 0
7666
+ +// Playwright end
7667
+ #else
7668
+ #define USE_CACHE_COMPILED_SANDBOX 0
7669
+ #endif
7653
7670
diff --git a/Source/WebKit/Shared/win/WebEventFactory.cpp b/Source/WebKit/Shared/win/WebEventFactory.cpp
7654
7671
index 88d53d236cd6d62735f03678a04ca9c198dddacb..b8f8efc57ab00dc5725660c5a8ad56a3e6384de5 100644
7655
7672
--- a/Source/WebKit/Shared/win/WebEventFactory.cpp
You can’t perform that action at this time.
0 commit comments