DescriptionIndexedDB: Remove m_contextStopped from ActiveDOMObjecs
m_contextStopped is equivalent to !getExecutionContext().
So this CL removes m_contextStopped. The only gotcha is
that the context is cleared in the base class *after*
contextDestroyed() is called, so the one place that checked
it synchronously during the call - IDBTransaction -
needed special attention.
BUG=589507
Committed: https://crrev.com/e5f1e46d7079517f3845b2ce1205c948284631b9
Cr-Commit-Position: refs/heads/master@{#429952}
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|