Changeset 197977 in webkit


Ignore:
Timestamp:
Mar 10, 2016, 5:32:12 PM (9 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build.

  • editing/cocoa/DataDetection.mm:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Source/WebCore/ChangeLog

    r197976 r197977  
     12016-03-10  Tim Horton  <timothy_horton@apple.com>
     2
     3        Fix the build.
     4
     5        * editing/cocoa/DataDetection.mm:
     6
    172016-03-10  Enrica Casucci  <enrica@apple.com>
    28
  • TabularUnified trunk/Source/WebCore/editing/cocoa/DataDetection.mm

    r197976 r197977  
    4545#import "VisibleUnits.h"
    4646#import "htmlediting.h"
     47
     48#if USE(APPLE_INTERNAL_SDK)
    4749#import <WebKitAdditions/DataDetectorsAdditions.h>
     50#endif
    4851
    4952const char *dataDetectorsURLScheme = "x-apple-data-detectors";
Note: See TracChangeset for help on using the changeset viewer.