Title: [277456] branches/safari-612.1.14-branch/Source
- Revision
- 277456
- Author
- [email protected]
- Date
- 2021-05-13 15:49:08 -0700 (Thu, 13 May 2021)
Log Message
Apply patch. rdar://problem/77990505
Modified Paths
Diff
Modified: branches/safari-612.1.14-branch/Source/WebCore/PAL/ChangeLog (277455 => 277456)
--- branches/safari-612.1.14-branch/Source/WebCore/PAL/ChangeLog 2021-05-13 22:44:09 UTC (rev 277455)
+++ branches/safari-612.1.14-branch/Source/WebCore/PAL/ChangeLog 2021-05-13 22:49:08 UTC (rev 277456)
@@ -1,3 +1,11 @@
+2021-05-13 Alan Coon <[email protected]>
+
+ Apply patch. rdar://problem/77990505
+
+ 2021-05-13 Alan Coon <[email protected]>
+
+ Apply workaround buildfix for WebKit and WebCore.
+
2021-04-29 Jean-Yves Avenard <[email protected]>
Adopt AVSampleBufferAudioRendererWasFlushedAutomaticallyNotification
Modified: branches/safari-612.1.14-branch/Source/WebCore/PAL/pal/spi/ios/GraphicsServicesSPI.h (277455 => 277456)
--- branches/safari-612.1.14-branch/Source/WebCore/PAL/pal/spi/ios/GraphicsServicesSPI.h 2021-05-13 22:44:09 UTC (rev 277455)
+++ branches/safari-612.1.14-branch/Source/WebCore/PAL/pal/spi/ios/GraphicsServicesSPI.h 2021-05-13 22:49:08 UTC (rev 277456)
@@ -31,10 +31,20 @@
#if USE(APPLE_INTERNAL_SDK)
+// FIXME (77983361): Remove this workaround when <rdar://problem/77977216> is fixed.
+#if defined(NDEBUG) && NDEBUG
+#define WK_NDEBUG 1
+#endif
+
#import <GraphicsServices/GraphicsServices.h>
+#if defined(WK_NDEBUG) && !defined(NDEBUG)
+#define NDEBUG 1
+#undef WK_NDEBUG
#endif
+#endif
+
WTF_EXTERN_C_BEGIN
void GSInitialize(void);
Modified: branches/safari-612.1.14-branch/Source/WebKit/ChangeLog (277455 => 277456)
--- branches/safari-612.1.14-branch/Source/WebKit/ChangeLog 2021-05-13 22:44:09 UTC (rev 277455)
+++ branches/safari-612.1.14-branch/Source/WebKit/ChangeLog 2021-05-13 22:49:08 UTC (rev 277456)
@@ -1,3 +1,11 @@
+2021-05-13 Alan Coon <[email protected]>
+
+ Apply patch. rdar://problem/77990505
+
+ 2021-05-13 Alan Coon <[email protected]>
+
+ Apply workaround buildfix for WebCore and WebKit.
+
2021-05-09 Ryosuke Niwa <[email protected]>
IPC testing API should have the ability to send and receive shared memory
Modified: branches/safari-612.1.14-branch/Source/WebKit/Platform/spi/ios/UIKitSPI.h (277455 => 277456)
--- branches/safari-612.1.14-branch/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2021-05-13 22:44:09 UTC (rev 277455)
+++ branches/safari-612.1.14-branch/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2021-05-13 22:49:08 UTC (rev 277456)
@@ -27,6 +27,11 @@
#if USE(APPLE_INTERNAL_SDK)
+// FIXME (77983361): Remove this workaround when <rdar://problem/77977216> is fixed.
+#if defined(NDEBUG) && NDEBUG
+#define WK_NDEBUG 1
+#endif
+
#import <UIKit/NSTextAlternatives.h>
#import <UIKit/UIAlertController_Private.h>
#import <UIKit/UIApplication_Private.h>
@@ -135,6 +140,11 @@
#import <UIKit/UIPointerStyle_Private.h>
#endif
+#if defined(WK_NDEBUG) && !defined(NDEBUG)
+#define NDEBUG 1
+#undef WK_NDEBUG
+#endif
+
#else // USE(APPLE_INTERNAL_SDK)
#if ENABLE(DRAG_SUPPORT)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes