DescriptionSync XHR on Worker should not crash when response arrives immediately
A WorkerThreadableLoader::MainThreadLoaderHolder instance is created on the
main thread and its reference is sent to the worker thread. The current
implementation sends the reference after the loading starts (on the main
thread), but it's problematic because the loading may exit immediately and
hence it breaks WorkerThreadableLoader::WaitableEventWithTasks's assumption.
BUG=637980
Committed: https://crrev.com/4f2cec77114821d5ff05041da5c6d969f6a16ab8
Cr-Commit-Position: refs/heads/master@{#414302}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 27 (14 generated)
|