Title: [200877] trunk/Source/WebKit2
- Revision
- 200877
- Author
- [email protected]
- Date
- 2016-05-13 12:42:22 -0700 (Fri, 13 May 2016)
Log Message
Attempt to fix the iOS build after r200874
Unreviewed build fix.
* UIProcess/API/Cocoa/WKWebViewConfiguration.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (200876 => 200877)
--- trunk/Source/WebKit2/ChangeLog 2016-05-13 19:34:48 UTC (rev 200876)
+++ trunk/Source/WebKit2/ChangeLog 2016-05-13 19:42:22 UTC (rev 200877)
@@ -1,3 +1,11 @@
+2016-05-13 Ryan Haddad <[email protected]>
+
+ Attempt to fix the iOS build after r200874
+
+ Unreviewed build fix.
+
+ * UIProcess/API/Cocoa/WKWebViewConfiguration.h:
+
2016-05-13 Sam Weinig <[email protected]>
Rename WKDataDetectorTypeSpotlightSuggestion to WKDataDetectorTypeLookupSuggestion
Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h (200876 => 200877)
--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h 2016-05-13 19:34:48 UTC (rev 200876)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h 2016-05-13 19:42:22 UTC (rev 200877)
@@ -70,7 +70,7 @@
WKDataDetectorTypeTrackingNumber = 1 << 4,
WKDataDetectorTypeFlightNumber = 1 << 5,
WKDataDetectorTypeLookupSuggestion = 1 << 6,
- WKDataDetectorTypeAll = NSUIntegerMax
+ WKDataDetectorTypeAll = NSUIntegerMax,
WKDataDetectorTypeSpotlightSuggestion WK_ENUM_DEPRECATED(NA, NA, WK_IOS_TBA, WK_IOS_TBA, "Please use WKDataDetectorTypeLookupSuggestion") = WKDataDetectorTypeLookupSuggestion,
} WK_ENUM_AVAILABLE(NA, WK_IOS_TBA);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes