Title: [197977] trunk/Source/WebCore
- Revision
- 197977
- Author
- [email protected]
- Date
- 2016-03-10 17:32:12 -0800 (Thu, 10 Mar 2016)
Log Message
Fix the build.
* editing/cocoa/DataDetection.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (197976 => 197977)
--- trunk/Source/WebCore/ChangeLog 2016-03-11 01:06:48 UTC (rev 197976)
+++ trunk/Source/WebCore/ChangeLog 2016-03-11 01:32:12 UTC (rev 197977)
@@ -1,3 +1,9 @@
+2016-03-10 Tim Horton <[email protected]>
+
+ Fix the build.
+
+ * editing/cocoa/DataDetection.mm:
+
2016-03-10 Enrica Casucci <[email protected]>
Expose additional WKDataDetectorTypes.
Modified: trunk/Source/WebCore/editing/cocoa/DataDetection.mm (197976 => 197977)
--- trunk/Source/WebCore/editing/cocoa/DataDetection.mm 2016-03-11 01:06:48 UTC (rev 197976)
+++ trunk/Source/WebCore/editing/cocoa/DataDetection.mm 2016-03-11 01:32:12 UTC (rev 197977)
@@ -44,7 +44,10 @@
#import "VisiblePosition.h"
#import "VisibleUnits.h"
#import "htmlediting.h"
+
+#if USE(APPLE_INTERNAL_SDK)
#import <WebKitAdditions/DataDetectorsAdditions.h>
+#endif
const char *dataDetectorsURLScheme = "x-apple-data-detectors";
const char *dataDetectorsAttributeTypeKey = "x-apple-data-detectors-type";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes