Changeset 197977 in webkit
- Timestamp:
- Mar 10, 2016, 5:32:12 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebCore/ChangeLog ¶
r197976 r197977 1 2016-03-10 Tim Horton <timothy_horton@apple.com> 2 3 Fix the build. 4 5 * editing/cocoa/DataDetection.mm: 6 1 7 2016-03-10 Enrica Casucci <enrica@apple.com> 2 8 -
TabularUnified trunk/Source/WebCore/editing/cocoa/DataDetection.mm ¶
r197976 r197977 45 45 #import "VisibleUnits.h" 46 46 #import "htmlediting.h" 47 48 #if USE(APPLE_INTERNAL_SDK) 47 49 #import <WebKitAdditions/DataDetectorsAdditions.h> 50 #endif 48 51 49 52 const char *dataDetectorsURLScheme = "x-apple-data-detectors";
Note:
See TracChangeset
for help on using the changeset viewer.