Title: [291522] trunk/Source/WebKit
Revision
291522
Author
timothy_hor...@apple.com
Date
2022-03-19 01:14:42 -0700 (Sat, 19 Mar 2022)

Log Message

Fix the build (hopefully)

* Shared/Cocoa/ArgumentCodersCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (291521 => 291522)


--- trunk/Source/WebKit/ChangeLog	2022-03-19 03:46:14 UTC (rev 291521)
+++ trunk/Source/WebKit/ChangeLog	2022-03-19 08:14:42 UTC (rev 291522)
@@ -1,3 +1,9 @@
+2022-03-19  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build (hopefully)
+
+        * Shared/Cocoa/ArgumentCodersCocoa.mm:
+
 2022-03-18  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [Cocoa] Teach WebKit how to serialize CGColors

Modified: trunk/Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm (291521 => 291522)


--- trunk/Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm	2022-03-19 03:46:14 UTC (rev 291521)
+++ trunk/Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm	2022-03-19 08:14:42 UTC (rev 291522)
@@ -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