Some code in NetworkBlobRegistry assumes that a connection handler is already registered when executing unregisterBlob(). Normally this is is indeed the case, as WebProcess won't try to unregister a blob that it didn't register. But if we previously lost the whole registry due to an unrelated NetworkProcess crash, then this invariant doesn't hold. In fact, we already have some of these functions check for connection, but not all. <rdar://problem/16951630>
Created attachment 231637 [details] proposed fix
Comment on attachment 231637 [details] proposed fix r=me
Comment on attachment 231637 [details] proposed fix Clearing flags on attachment: 231637 Committed r168997: <http://trac.webkit.org/changeset/168997>
All reviewed patches have been landed. Closing bug.