+2014-12-26 Conrad Shultz <conrad_shultz@apple.com>
+
+ Safari build crashes when "zooming into"/choosing a tab from tab view
+ https://bugs.webkit.org/show_bug.cgi?id=139934
+
+ Reviewed by Dan Bernstein.
+
+ * UIProcess/API/mac/WKView.mm:
+ (-[WKView _setIgnoresNonWheelEvents:]):
+ Trying to add a nil gesture recognizer raises an exception. Stop assuming that a
+ gesture recognizer is non-nil.
+
2014-12-26 Anders Carlsson <andersca@apple.com>
Handle more types in the UserData encode/decode functions