Title: [177124] trunk/Source/WebCore
Revision
177124
Author
bda...@apple.com
Date
2014-12-10 18:30:46 -0800 (Wed, 10 Dec 2014)

Log Message

Speculative build fix.

* platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (177123 => 177124)


--- trunk/Source/WebCore/ChangeLog	2014-12-11 02:11:08 UTC (rev 177123)
+++ trunk/Source/WebCore/ChangeLog	2014-12-11 02:30:46 UTC (rev 177124)
@@ -1,5 +1,11 @@
 2014-12-10  Beth Dakin  <bda...@apple.com>
 
+        Speculative build fix.
+
+        * platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h:
+
+2014-12-10  Beth Dakin  <bda...@apple.com>
+
         WK2: Add initial support for immediate actions
         https://bugs.webkit.org/show_bug.cgi?id=139511
 

Modified: trunk/Source/WebCore/platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h (177123 => 177124)


--- trunk/Source/WebCore/platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h	2014-12-11 02:11:08 UTC (rev 177123)
+++ trunk/Source/WebCore/platform/spi/mac/NSImmediateActionGestureRecognizerSPI.h	2014-12-11 02:30:46 UTC (rev 177124)
@@ -23,6 +23,10 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
+#if  __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+
+#import <AppKit/NSGestureRecognizer.h>
+
 #if __has_include(<AppKit/NSImmediateActionGestureRecognizer.h>)
 
 #import <AppKit/NSImmediateActionGestureRecognizer.h>
@@ -32,4 +36,6 @@
 @interface NSImmediateActionGestureRecognizer : NSGestureRecognizer
 @end
 
-#endif
+#endif // __has_include(<AppKit/NSImmediateActionGestureRecognizer.h>)
+
+#endif // __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to