Title: [291674] branches/safari-613-branch/Source/WebKit
Revision
291674
Author
alanc...@apple.com
Date
2022-03-22 10:57:20 -0700 (Tue, 22 Mar 2022)

Log Message

Cherry-pick r291522. rdar://problem/90124325

    Fix the build (hopefully)

    * Shared/Cocoa/ArgumentCodersCocoa.mm:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@291522 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebKit/ChangeLog (291673 => 291674)


--- branches/safari-613-branch/Source/WebKit/ChangeLog	2022-03-22 17:57:16 UTC (rev 291673)
+++ branches/safari-613-branch/Source/WebKit/ChangeLog	2022-03-22 17:57:20 UTC (rev 291674)
@@ -1,5 +1,22 @@
 2022-03-21  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r291522. rdar://problem/90124325
+
+    Fix the build (hopefully)
+    
+    * Shared/Cocoa/ArgumentCodersCocoa.mm:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@291522 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-03-19  Tim Horton  <timothy_hor...@apple.com>
+
+            Fix the build (hopefully)
+
+            * Shared/Cocoa/ArgumentCodersCocoa.mm:
+
+2022-03-21  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r291518. rdar://problem/90124325
 
     [Cocoa] Teach WebKit how to serialize CGColors

Modified: branches/safari-613-branch/Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm (291673 => 291674)


--- branches/safari-613-branch/Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm	2022-03-22 17:57:16 UTC (rev 291673)
+++ branches/safari-613-branch/Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm	2022-03-22 17:57:20 UTC (rev 291674)
@@ -46,8 +46,6 @@
 #import <UIKit/UIFontDescriptor.h>
 #endif
 
-NS_ASSUME_NONNULL_BEGIN
-
 @interface WKSecureCodingArchivingDelegate : NSObject <NSKeyedArchiverDelegate, NSKeyedUnarchiverDelegate>
 @end
 
@@ -671,6 +669,4 @@
 };
 } // namespace WTF
 
-NS_ASSUME_NONNULL_END
-
 #endif // PLATFORM(COCOA)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to