Bug 129593
| Summary: | Consider adding ASSERT back to ~IDBRequest | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
| Component: | WebCore Misc. | Assignee: | Brady Eidson <beidson> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Timothy Hatcher
I needed to remove the ASSERT in ~IDBRequest because it was firing all the time from uses by InspectorIndexedDBAgent. However, I didn't find any release build symptoms that this ASSERT prevents. If we can find a better ASSERT that the Inspector does not trigger, feel free to add one back.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
The ASSERT was removed in https://trac.webkit.org/r164967.