Changeset 184058 in webkit


Ignore:
Timestamp:
May 10, 2015, 3:49:57 PM (10 years ago)
Author:
mitz@apple.com
Message:

iOS internal build fix.

  • Platform/mac/MenuUtilities.mm:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r184054 r184058  
     12015-05-10  Dan Bernstein  <mitz@apple.com>
     2
     3        iOS internal build fix.
     4
     5        * Platform/mac/MenuUtilities.mm:
     6
    172015-05-10  Sungmann Cho  <sungmann.cho@navercorp.com>
    28
  • trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm

    r184052 r184058  
    2727#import "MenuUtilities.h"
    2828
     29#if PLATFORM(MAC)
     30
    2931#import "StringUtilities.h"
    3032#import <WebCore/DataDetectorsSPI.h>
     
    3234#import <objc/runtime.h>
    3335
    34 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
     36#if ENABLE(TELEPHONE_NUMBER_DETECTION) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
    3537#import <WebCore/TUCallSPI.h>
    3638#endif
     
    3840namespace WebKit {
    3941
    40 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
     42#if ENABLE(TELEPHONE_NUMBER_DETECTION) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
    4143
    4244NSString *menuItemTitleForTelephoneNumberGroup()
     
    109111
    110112} // namespace WebKit
     113
     114#endif
Note: See TracChangeset for help on using the changeset viewer.