Bug 129593 - Consider adding ASSERT back to ~IDBRequest
Summary: Consider adding ASSERT back to ~IDBRequest
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-02 17:40 PST by Timothy Hatcher
Modified: 2018-03-29 12:34 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2014-03-02 17:40:39 PST
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.
Comment 1 Timothy Hatcher 2014-03-02 21:07:29 PST
The ASSERT was removed in https://trac.webkit.org/r164967.