Title: [176486] trunk/Source/WebKit2
Revision
176486
Author
timothy_hor...@apple.com
Date
2014-11-21 16:51:20 -0800 (Fri, 21 Nov 2014)

Log Message

Fix the build.

* UIProcess/API/mac/WKView.mm:
(-[WKView mouseDown:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (176485 => 176486)


--- trunk/Source/WebKit2/ChangeLog	2014-11-22 00:19:24 UTC (rev 176485)
+++ trunk/Source/WebKit2/ChangeLog	2014-11-22 00:51:20 UTC (rev 176486)
@@ -1,3 +1,10 @@
+2014-11-21  Timothy Horton  <timothy_hor...@apple.com>
+
+        Fix the build.
+
+        * UIProcess/API/mac/WKView.mm:
+        (-[WKView mouseDown:]):
+
 2014-11-21  Beth Dakin  <bda...@apple.com>
 
         The preview action menu item should not have a title

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (176485 => 176486)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-11-22 00:19:24 UTC (rev 176485)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-11-22 00:51:20 UTC (rev 176486)
@@ -1256,7 +1256,9 @@
 
     [self _setMouseDownEvent:event];
     _data->_ignoringMouseDraggedEvents = NO;
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
     [_data->_actionMenuController wkView:self willHandleMouseDown:event];
+#endif
     [self mouseDownInternal:event];
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to