IndexedDB: Detach callbacks and request before calling HandleResponse()
This is meant to be a no-op change which allows an IDBRequest to no longer have an associated callbacks object when the request response handling is initiated. It's a no-op because currently HandleResponse() only results in (maybe) an event being enqueued with no real immediate dispatching of the event. A future change will switch event enqueueing to instead immediately dispatch in some cases, and at that time it will be necessary for the request to have its callbacks object detached to properly handle the event. Bug: 965136 Change-Id: Iaddc0254234b6ba2985f324f21fef2841e8bcf98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639155Reviewed-by:Daniel Murphy <dmurph@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#666347}
Showing
Please register or sign in to comment