Very large images crash in action menu code. rdar://problem/18767859
Created attachment 240440 [details] Patch
Comment on attachment 240440 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240440&action=review > Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:186 > + RefPtr<ShareableBitmap> bitmap = _hitTestResult.image; could do this check in _defaultMenuItems instead so we can do smart fallback there and not worry about these things here.
http://trac.webkit.org/changeset/175187