Chromium Code Reviews
DescriptionFix data race in IndexedDBDatabaseCallbacksImpl::Abort
It is not safe to pass a WebIDBDatabaseError between threads because it
contains non-threadsafe WebStrings. This change passes the components
necessary to construct the error object across threads and creates it
there.
BUG=665055
Committed: https://crrev.com/3aa3a7b9ad75d9475df4340b5ed86c3d6240f3fa
Cr-Commit-Position: refs/heads/master@{#432019}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|
|||||||||||||||||||