[Webkit-unassigned] [Bug 188876] New: It's really confusing that IDBConnectionProxy::didDeleteDatabase() calls completeOpenDBRequest()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 22 20:14:43 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=188876
Bug ID: 188876
Summary: It's really confusing that
IDBConnectionProxy::didDeleteDatabase() calls
completeOpenDBRequest()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
CC: cdumez at apple.com
I can't tel if this is wrong code or not:
void IDBConnectionProxy::didDeleteDatabase(const IDBResultData& resultData)
{
completeOpenDBRequest(resultData); // HUH?
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180823/d7ece5bd/attachment.html>
More information about the webkit-unassigned
mailing list