Title: [240048] trunk/Source/WebCore/PAL
Revision
240048
Author
[email protected]
Date
2019-01-16 12:48:48 -0800 (Wed, 16 Jan 2019)

Log Message

Build fix for iOSMac Reveal
https://bugs.webkit.org/show_bug.cgi?id=193503

Unreviewed build fix.


* pal/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (240047 => 240048)


--- trunk/Source/WebCore/PAL/ChangeLog	2019-01-16 20:40:59 UTC (rev 240047)
+++ trunk/Source/WebCore/PAL/ChangeLog	2019-01-16 20:48:48 UTC (rev 240048)
@@ -1,3 +1,12 @@
+2019-01-16  Megan Gardner  <[email protected]>
+
+        Build fix for iOSMac Reveal
+        https://bugs.webkit.org/show_bug.cgi?id=193503
+
+        Unreviewed build fix.
+
+        * pal/spi/ios/UIKitSPI.h:
+
 2019-01-15  Megan Gardner  <[email protected]>
 
         Add Reveal support in iOSMac

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


--- trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h	2019-01-16 20:40:59 UTC (rev 240047)
+++ trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h	2019-01-16 20:48:48 UTC (rev 240048)
@@ -23,6 +23,8 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#if PLATFORM(IOSMAC)
+
 WTF_EXTERN_C_BEGIN
 typedef struct __GSKeyboard* GSKeyboardRef;
 WTF_EXTERN_C_END
@@ -117,3 +119,5 @@
 #endif
 
 #endif
+
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to