Bug 188876

Summary: It's really confusing that IDBConnectionProxy::didDeleteDatabase() calls completeOpenDBRequest()
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: beidson, cdumez, sihui_liu, simon.fraser, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Simon Fraser (smfr) 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?
}