Title: [240050] trunk/Source/WebCore/PAL
Revision
240050
Author
timothy_hor...@apple.com
Date
2019-01-16 13:06:45 -0800 (Wed, 16 Jan 2019)

Log Message

Unreviewed build fix.

* pal/spi/ios/UIKitSPI.h:
I don't even.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (240049 => 240050)


--- trunk/Source/WebCore/PAL/ChangeLog	2019-01-16 20:51:19 UTC (rev 240049)
+++ trunk/Source/WebCore/PAL/ChangeLog	2019-01-16 21:06:45 UTC (rev 240050)
@@ -1,3 +1,10 @@
+2019-01-16  Tim Horton  <timothy_hor...@apple.com>
+
+        Unreviewed build fix.
+
+        * pal/spi/ios/UIKitSPI.h:
+        I don't even.
+
 2019-01-16  Megan Gardner  <megan_gard...@apple.com>
 
         Build fix for iOSMac Reveal

Modified: trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h (240049 => 240050)


--- trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h	2019-01-16 20:51:19 UTC (rev 240049)
+++ trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h	2019-01-16 21:06:45 UTC (rev 240050)
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if PLATFORM(IOSMAC)
+#if PLATFORM(IOS_FAMILY)
 
 WTF_EXTERN_C_BEGIN
 typedef struct __GSKeyboard* GSKeyboardRef;
@@ -120,4 +120,4 @@
 
 #endif
 
-#endif
+#endif // PLATFORM(IOS_FAMILY)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to