Title: [242950] trunk/Source/WebKit
Revision
242950
Author
[email protected]
Date
2019-03-14 11:40:50 -0700 (Thu, 14 Mar 2019)

Log Message

Unreviewed speculative build fix for watchOS after r242908.


* Shared/Cocoa/WebCoreArgumentCodersCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242949 => 242950)


--- trunk/Source/WebKit/ChangeLog	2019-03-14 18:38:36 UTC (rev 242949)
+++ trunk/Source/WebKit/ChangeLog	2019-03-14 18:40:50 UTC (rev 242950)
@@ -1,3 +1,9 @@
+2019-03-14  Timothy Hatcher  <[email protected]>
+
+        Unreviewed speculative build fix for watchOS after r242908.
+
+        * Shared/Cocoa/WebCoreArgumentCodersCocoa.mm:
+
 2019-03-14  Youenn Fablet  <[email protected]>
 
         Reset storage quota when clearing IDB/Cache API entries

Modified: trunk/Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm (242949 => 242950)


--- trunk/Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm	2019-03-14 18:38:36 UTC (rev 242949)
+++ trunk/Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm	2019-03-14 18:40:50 UTC (rev 242950)
@@ -31,12 +31,14 @@
 #import <WebCore/FontAttributes.h>
 
 #if ENABLE(APPLE_PAY)
-
 #import "DataReference.h"
 #import <WebCore/PaymentAuthorizationStatus.h>
 #import <pal/cocoa/PassKitSoftLink.h>
 #import <pal/spi/cocoa/NSKeyedArchiverSPI.h>
+#endif
 
+#if PLATFORM(IOS_FAMILY)
+#import <UIKit/UIFont.h>
 #endif
 
 namespace IPC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to