Title: [176855] trunk/Source/WebCore
Revision
176855
Author
[email protected]
Date
2014-12-05 11:21:26 -0800 (Fri, 05 Dec 2014)

Log Message

rdar://problem/19156353 Additional build-fixes needed.

Rubber-stamped by Tim Horton.

This is a bit unfortunate, but we need to always forward-declare this for now.
* platform/spi/mac/QuickLookMacSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (176854 => 176855)


--- trunk/Source/WebCore/ChangeLog	2014-12-05 19:10:17 UTC (rev 176854)
+++ trunk/Source/WebCore/ChangeLog	2014-12-05 19:21:26 UTC (rev 176855)
@@ -1,3 +1,12 @@
+2014-12-05  Beth Dakin  <[email protected]>
+
+        rdar://problem/19156353 Additional build-fixes needed.
+
+        Rubber-stamped by Tim Horton.
+
+        This is a bit unfortunate, but we need to always forward-declare this for now.
+        * platform/spi/mac/QuickLookMacSPI.h:
+
 2014-12-05  David Kilzer  <[email protected]>
 
         FeatureDefines.xcconfig: Workaround bug in Xcode 5.1.1 when defining ENABLE_WEB_REPLAY

Modified: trunk/Source/WebCore/platform/spi/mac/QuickLookMacSPI.h (176854 => 176855)


--- trunk/Source/WebCore/platform/spi/mac/QuickLookMacSPI.h	2014-12-05 19:10:17 UTC (rev 176854)
+++ trunk/Source/WebCore/platform/spi/mac/QuickLookMacSPI.h	2014-12-05 19:21:26 UTC (rev 176855)
@@ -25,12 +25,6 @@
 
 #import <QuickLookUI/QLPreviewItem.h>
 
-#if __has_include(<QuickLookUI/QLPreviewMenuItem.h>)
-
-#import <QuickLookUI/QLPreviewMenuItem.h>
-
-#else
-
 @protocol QLPreviewMenuItemDelegate <NSObject>
 @optional
 
@@ -52,5 +46,3 @@
 @property (assign) id<QLPreviewMenuItemDelegate> delegate;
 @property QLPreviewStyle previewStyle;
 @end
-
-#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to