Title: [189297] trunk/Tools
Revision
189297
Author
[email protected]
Date
2015-09-03 15:30:37 -0700 (Thu, 03 Sep 2015)

Log Message

Fix the 32-bit build

* WebKitTestRunner/mac/PlatformWebViewMac.mm:
(WTR::PlatformWebView::setNavigationGesturesEnabled):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (189296 => 189297)


--- trunk/Tools/ChangeLog	2015-09-03 22:29:48 UTC (rev 189296)
+++ trunk/Tools/ChangeLog	2015-09-03 22:30:37 UTC (rev 189297)
@@ -1,5 +1,12 @@
 2015-09-03  Tim Horton  <[email protected]>
 
+        Fix the 32-bit build
+
+        * WebKitTestRunner/mac/PlatformWebViewMac.mm:
+        (WTR::PlatformWebView::setNavigationGesturesEnabled):
+
+2015-09-03  Tim Horton  <[email protected]>
+
         Remove some logging that wasn't meant to be in the tree
 
         * WebKitTestRunner/mac/EventSenderProxy.mm:

Modified: trunk/Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm (189296 => 189297)


--- trunk/Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm	2015-09-03 22:29:48 UTC (rev 189296)
+++ trunk/Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm	2015-09-03 22:30:37 UTC (rev 189297)
@@ -271,7 +271,9 @@
 
 void PlatformWebView::setNavigationGesturesEnabled(bool enabled)
 {
+#if WK_API_ENABLED
     [platformView() setAllowsBackForwardNavigationGestures:enabled];
+#endif
 }
 
 } // namespace WTR
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to