Add assertion in RunLoop::dispatch
Created attachment 431741 [details] Patch
Comment on attachment 431741 [details] Patch r=me
http://trac.webkit.org/r279025
<rdar://problem/79477948>
I bet Sihui just fixed it via: commit 9c3f87df21fba60bd607cb2[3a70b6fad5ac56926 Author: sihui_liu@apple.com <sihui_liu@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> Date: Thu Jun 10 23:55:52 2021 +0000 Regression(r278449): add null check for completionHandler in WebIDBServer::close https://bugs.webkit.org/show_bug.cgi?id=226900 rdar://79160392 Reviewed by Chris Dumez. * NetworkProcess/IndexedDB/WebIDBServer.cpp: (WebKit::WebIDBServer::close): And your assertion wouldn't have caught it I believe?