Title: [167285] trunk/Source/WebKit2
- Revision
- 167285
- Author
- [email protected]
- Date
- 2014-04-14 17:47:28 -0700 (Mon, 14 Apr 2014)
Log Message
Fix the 32-bit build.
* UIProcess/mac/ViewGestureControllerMac.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (167284 => 167285)
--- trunk/Source/WebKit2/ChangeLog 2014-04-15 00:41:37 UTC (rev 167284)
+++ trunk/Source/WebKit2/ChangeLog 2014-04-15 00:47:28 UTC (rev 167285)
@@ -1,5 +1,11 @@
2014-04-14 Tim Horton <[email protected]>
+ Fix the 32-bit build.
+
+ * UIProcess/mac/ViewGestureControllerMac.mm:
+
+2014-04-14 Tim Horton <[email protected]>
+
Sometimes-crash under handleSwipeGesture after closing a window or quitting
https://bugs.webkit.org/show_bug.cgi?id=131648
<rdar://problem/15966106>
Modified: trunk/Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm (167284 => 167285)
--- trunk/Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm 2014-04-15 00:41:37 UTC (rev 167284)
+++ trunk/Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm 2014-04-15 00:47:28 UTC (rev 167285)
@@ -84,6 +84,7 @@
@end
@implementation WKSwipeCancellationTracker
+@synthesize isCancelled;
@end
namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes