Changeset 176745 in webkit
- Timestamp:
- Dec 3, 2014, 12:36:26 PM (12 years ago)
- Location:
- branches/safari-600.3-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/mac/NSMenuSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-600.3-branch/Source/WebCore/ChangeLog
r176742 r176745 1 2014-12-03 Dana Burkart <dburkart@apple.com> 2 3 Merge r176692. <rdar://problem/18944696> 4 5 2014-12-02 Beth Dakin <bdakin@apple.com> 6 7 Another build fix. 8 9 * platform/spi/mac/NSMenuSPI.h: 10 11 1 12 2014-12-03 Dana Burkart <dburkart@apple.com> 2 13 -
branches/safari-600.3-branch/Source/WebCore/platform/spi/mac/NSMenuSPI.h
r176740 r176745 26 26 #import "QuickLookMacSPI.h" 27 27 28 #if USE(APPLE_INTERNAL_SDK) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101002 29 30 #import <AppKit/NSMenu_Private.h> 31 32 #else 33 34 #import <AppKit/NSMenu.h> 28 // FIXME: We should just include the appropriate internal headers. 35 29 36 30 @interface NSMenuItem (Private) 37 31 + (QLPreviewMenuItem *)standardQuickLookMenuItem; 38 32 @end 39 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.