Title: [188112] trunk/Source/WebKit2
Revision
188112
Author
m...@apple.com
Date
2015-08-06 20:44:08 -0700 (Thu, 06 Aug 2015)

Log Message

Fixed all the builds after trying to fix the non-HAVE(LINK_PREVIEW) build.

* UIProcess/ios/WKContentViewInteraction.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (188111 => 188112)


--- trunk/Source/WebKit2/ChangeLog	2015-08-07 03:41:29 UTC (rev 188111)
+++ trunk/Source/WebKit2/ChangeLog	2015-08-07 03:44:08 UTC (rev 188112)
@@ -1,5 +1,11 @@
 2015-08-06  Dan Bernstein  <m...@apple.com>
 
+        Fixed all the builds after trying to fix the non-HAVE(LINK_PREVIEW) build.
+
+        * UIProcess/ios/WKContentViewInteraction.mm:
+
+2015-08-06  Dan Bernstein  <m...@apple.com>
+
         Fixed the non-HAVE(LINK_PREVIEW) build.
 
         * UIProcess/ios/WKContentViewInteraction.mm:

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm (188111 => 188112)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-08-07 03:41:29 UTC (rev 188111)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-08-07 03:44:08 UTC (rev 188112)
@@ -219,8 +219,8 @@
 #if HAVE(LINK_PREVIEW)
 @interface UIPreviewItemController (StagingToRemove)
 @property (strong, nonatomic, readonly) UIGestureRecognizer *presentationSecondaryGestureRecognizer;
+@end
 #endif
-@end
 
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to