DescriptionOilpan: Fix crash in content::WebIDBCursorImpl::~WebIDBCursorImpl.
Our assumption is WebIDBCursorImpl objects are destructed before the
WorkerRunLoop for the owner Worker is stopped.
In Oilpan, IDB objects can outlive the runloop. So we explicitly delete
WebIDBCursor owned by IDBCursor on ActiveDOMObject::stop.
BUG=366530
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172568
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|