Title: [182341] trunk/Source/WebKit2
Revision
182341
Author
bda...@apple.com
Date
2015-04-03 18:55:56 -0700 (Fri, 03 Apr 2015)

Log Message

Attempted build fix.

* UIProcess/API/mac/WKView.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (182340 => 182341)


--- trunk/Source/WebKit2/ChangeLog	2015-04-04 00:42:06 UTC (rev 182340)
+++ trunk/Source/WebKit2/ChangeLog	2015-04-04 01:55:56 UTC (rev 182341)
@@ -1,3 +1,9 @@
+2015-04-03  Beth Dakin  <bda...@apple.com>
+
+        Attempted build fix.
+
+        * UIProcess/API/mac/WKView.mm:
+
 2015-04-03  Simon Fraser  <simon.fra...@apple.com>
 
         Fix the firing of the ReachedSessionRestorationRenderTreeSizeThreshold milestone on iOS

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


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2015-04-04 00:42:06 UTC (rev 182340)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2015-04-04 01:55:56 UTC (rev 182341)
@@ -1392,7 +1392,7 @@
     [self mouseDraggedInternal:event];
 }
 
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101003
 - (void)pressureChangeWithEvent:(NSEvent *)event
 {
     _data->_page->inputDeviceForceDidChange(event.pressure, event.stage);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to