| commit | 48e31ee8f0d774b8674b90a7167e648ada24292c | [log] [tgz] |
|---|---|---|
| author | dgozman <dgozman@chromium.org> | Wed Jun 01 14:31:12 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 01 14:32:41 2016 |
| tree | f4d18ca550e086a3979f6be62fdb57f6768c4f63 | |
| parent | c8d4190b711d19734f7587d45e5aef227fcab93a [diff] |
Add CrossThreadCopier and isolatedCopy() to SourceLocation. We have to make isolatedCopy of every WTF::String when passing SourceLocation between threads. This fixes data race introduced by https://codereview.chromium.org/2010603002. BUG=615712 Review-Url: https://codereview.chromium.org/2024993003 Cr-Commit-Position: refs/heads/master@{#397137}