Changeset 176692 in webkit
- Timestamp:
- Dec 2, 2014, 1:47:05 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/mac/NSMenuSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r176689 r176692 1 2014-12-02 Beth Dakin <bdakin@apple.com> 2 3 Another build fix. 4 5 * platform/spi/mac/NSMenuSPI.h: 6 1 7 2014-12-02 Beth Dakin <bdakin@apple.com> 2 8 -
trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h
r176684 r176692 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.