As commented in https://bugs.webkit.org/show_bug.cgi?id=34463#c5 , webkit_accessible_text_get_caret_offset crashes when Orca is open. To reproduce enter in any webpage and press tab until WebKit crashes.
Created attachment 49099 [details] Check if end selection node is null This patch makes webkit_accessible_text_get_caret_offset check if end selection node is null, avoiding crashing.
Comment on attachment 49099 [details] Check if end selection node is null I think this makes sense.
Comment on attachment 49099 [details] Check if end selection node is null Clearing flags on attachment: 49099 Committed r55124: <http://trac.webkit.org/changeset/55124>
All reviewed patches have been landed. Closing bug.