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

Changeset 176745 in webkit


Ignore:
Timestamp:
Dec 3, 2014, 12:36:26 PM (12 years ago)
Author:
dburkart@apple.com
Message:

Merged r176692. rdar://problems/18944696

Location:
branches/safari-600.3-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-600.3-branch/Source/WebCore/ChangeLog

    r176742 r176745  
     12014-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
    1122014-12-03  Dana Burkart  <dburkart@apple.com>
    213
  • branches/safari-600.3-branch/Source/WebCore/platform/spi/mac/NSMenuSPI.h

    r176740 r176745  
    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.