⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176692 in webkit


Ignore:
Timestamp:
Dec 2, 2014, 1:47:05 PM (12 years ago)
Author:
Beth Dakin
Message:

Another build fix.

  • platform/spi/mac/NSMenuSPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r176689 r176692  
     12014-12-02  Beth Dakin  <bdakin@apple.com>
     2
     3        Another build fix.
     4
     5        * platform/spi/mac/NSMenuSPI.h:
     6
    172014-12-02  Beth Dakin  <bdakin@apple.com>
    28
  • trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h

    r176684 r176692  
    2626#import "QuickLookMacSPI.h"
    2727
    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.
    3529
    3630@interface NSMenuItem (Private)
    3731+ (QLPreviewMenuItem *)standardQuickLookMenuItem;
    3832@end
    39 
    40 #endif
Note: See TracChangeset for help on using the changeset viewer.