Title: [187253] trunk/Source/WebKit2
Revision
187253
Author
enr...@apple.com
Date
2015-07-23 14:19:28 -0700 (Thu, 23 Jul 2015)

Log Message

iOS build fix after http://trac.webkit.org/changeset/187238.

Unreviewed.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (187252 => 187253)


--- trunk/Source/WebKit2/ChangeLog	2015-07-23 21:17:38 UTC (rev 187252)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-23 21:19:28 UTC (rev 187253)
@@ -1,3 +1,11 @@
+2015-07-23  Enrica Casucci  <enr...@apple.com>
+
+        iOS build fix after http://trac.webkit.org/changeset/187238.
+
+        Unreviewed.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
 2015-07-23  Jer Noble  <jer.no...@apple.com>
 
         [WK2] Add a WKWebView property for whether the view is displaying a media document

Modified: trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h (187252 => 187253)


--- trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-07-23 21:17:38 UTC (rev 187252)
+++ trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-07-23 21:19:28 UTC (rev 187253)
@@ -74,7 +74,7 @@
 #import <UIKit/_UINavigationInteractiveTransition.h>
 #import <UIKit/_UINavigationParallaxTransition.h>
 
-#if HAVE(LINK_PREVIEWS)
+#if HAVE(LINK_PREVIEW)
 #import <UIKit/UIPreviewItemController.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to