Title: [191809] trunk/Source/WebKit2
Revision
191809
Author
[email protected]
Date
2015-10-30 13:16:39 -0700 (Fri, 30 Oct 2015)

Log Message

Another speculative build fix.

* UIProcess/API/Cocoa/_WKElementAction.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (191808 => 191809)


--- trunk/Source/WebKit2/ChangeLog	2015-10-30 20:13:36 UTC (rev 191808)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-30 20:16:39 UTC (rev 191809)
@@ -1,5 +1,11 @@
 2015-10-30  Beth Dakin  <[email protected]>
 
+        Another speculative build fix.
+
+        * UIProcess/API/Cocoa/_WKElementAction.h:
+
+2015-10-30  Beth Dakin  <[email protected]>
+
         Speculative build fix.
 
         * Platform/spi/ios/UIKitSPI.h:

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKElementAction.h (191808 => 191809)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKElementAction.h	2015-10-30 20:13:36 UTC (rev 191808)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKElementAction.h	2015-10-30 20:16:39 UTC (rev 191809)
@@ -43,8 +43,8 @@
     _WKElementActionTypeAddToReadingList,
     _WKElementActionTypeOpenInDefaultBrowser WK_ENUM_AVAILABLE(NA, 9_0),
     _WKElementActionTypeOpenInExternalApplication WK_ENUM_AVAILABLE(NA, 9_0),
+#endif
     _WKElementActionTypeShare WK_ENUM_AVAILABLE(NA, WK_IOS_TBA),
-#endif
 } WK_ENUM_AVAILABLE(10_10, 8_0);
 
 WK_CLASS_AVAILABLE(10_10, 8_0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to