Changeset 184058 in webkit
- Timestamp:
- May 10, 2015, 3:49:57 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r184054 r184058 1 2015-05-10 Dan Bernstein <mitz@apple.com> 2 3 iOS internal build fix. 4 5 * Platform/mac/MenuUtilities.mm: 6 1 7 2015-05-10 Sungmann Cho <sungmann.cho@navercorp.com> 2 8 -
trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm
r184052 r184058 27 27 #import "MenuUtilities.h" 28 28 29 #if PLATFORM(MAC) 30 29 31 #import "StringUtilities.h" 30 32 #import <WebCore/DataDetectorsSPI.h> … … 32 34 #import <objc/runtime.h> 33 35 34 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) &&__MAC_OS_X_VERSION_MIN_REQUIRED >= 10100036 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000 35 37 #import <WebCore/TUCallSPI.h> 36 38 #endif … … 38 40 namespace WebKit { 39 41 40 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) &&__MAC_OS_X_VERSION_MIN_REQUIRED >= 10100042 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000 41 43 42 44 NSString *menuItemTitleForTelephoneNumberGroup() … … 109 111 110 112 } // namespace WebKit 113 114 #endif
Note:
See TracChangeset
for help on using the changeset viewer.