Fixed crash on launch / crash on window close due to missing frame null checks
Created attachment 80612 [details] Patch
Comment on attachment 80612 [details] Patch r=me
Committed r77102: <http://trac.webkit.org/changeset/77102>
Maciej mentioned on IRC that it was surprising that the process ever got into this state. It happened on a system that was crawling due to massive paging, possibly after a web process crash. I speculate that it was a race condition related to exiting / crashing.
Sam said on IRC that this should be an ASSERT and not a null check, since we should not get into this state.
Created attachment 80616 [details] Patch
Committed r77104: <http://trac.webkit.org/changeset/77104>