Title: [176692] trunk/Source/WebCore
- Revision
- 176692
- Author
- [email protected]
- Date
- 2014-12-02 13:47:05 -0800 (Tue, 02 Dec 2014)
Log Message
Another build fix.
* platform/spi/mac/NSMenuSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (176691 => 176692)
--- trunk/Source/WebCore/ChangeLog 2014-12-02 21:36:48 UTC (rev 176691)
+++ trunk/Source/WebCore/ChangeLog 2014-12-02 21:47:05 UTC (rev 176692)
@@ -1,5 +1,11 @@
2014-12-02 Beth Dakin <[email protected]>
+ Another build fix.
+
+ * platform/spi/mac/NSMenuSPI.h:
+
+2014-12-02 Beth Dakin <[email protected]>
+
Speculative build fix.
* platform/spi/mac/QuickLookMacSPI.h:
Modified: trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h (176691 => 176692)
--- trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h 2014-12-02 21:36:48 UTC (rev 176691)
+++ trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h 2014-12-02 21:47:05 UTC (rev 176692)
@@ -25,16 +25,8 @@
#import "QuickLookMacSPI.h"
-#if USE(APPLE_INTERNAL_SDK) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101002
+// FIXME: We should just include the appropriate internal headers.
-#import <AppKit/NSMenu_Private.h>
-
-#else
-
-#import <AppKit/NSMenu.h>
-
@interface NSMenuItem (Private)
+ (QLPreviewMenuItem *)standardQuickLookMenuItem;
@end
-
-#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes