NEW188876
It's really confusing that IDBConnectionProxy::didDeleteDatabase() calls completeOpenDBRequest()
https://bugs.webkit.org/show_bug.cgi?id=188876
Summary It's really confusing that IDBConnectionProxy::didDeleteDatabase() calls comp...
Simon Fraser (smfr)
Reported 2018-08-22 20:14:43 PDT
I can't tel if this is wrong code or not: void IDBConnectionProxy::didDeleteDatabase(const IDBResultData& resultData) { completeOpenDBRequest(resultData); // HUH? }
Attachments
Note You need to log in before you can comment on or make changes to this bug.