Bug 188876
| Summary: | It's really confusing that IDBConnectionProxy::didDeleteDatabase() calls completeOpenDBRequest() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | DOM | Assignee: | 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 | ||
Simon Fraser (smfr)
I can't tel if this is wrong code or not:
void IDBConnectionProxy::didDeleteDatabase(const IDBResultData& resultData)
{
completeOpenDBRequest(resultData); // HUH?
}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |