Bug 188876 - It's really confusing that IDBConnectionProxy::didDeleteDatabase() calls completeOpenDBRequest()
Summary: It's really confusing that IDBConnectionProxy::didDeleteDatabase() calls comp...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-22 20:14 PDT by Simon Fraser (smfr)
Modified: 2018-08-23 11:29 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?
}