Commit 677d1a8e authored by zea@chromium.org's avatar zea@chromium.org

[Sync] Ensure all accesses to SyncInternal's observers are thread safe.

BUG=72913
TEST=unit tests with tsan


Review URL: http://codereview.chromium.org/7044059

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88472 0039d316-1c4b-4281-b951-d872f2087c98
parent fb7e7492
This diff is collapsed.
...@@ -116,18 +116,10 @@ ...@@ -116,18 +116,10 @@
fun:JSC::Yarr::interpret* fun:JSC::Yarr::interpret*
} }
{
bug_72913
ThreadSanitizer:Race
...
fun:ObserverListBase*
...
fun:sync_api::SyncManager::SyncInternal::*
}
{ {
bug_82279 bug_82279
ThreadSanitizer:Race ThreadSanitizer:Race
...
fun:ObserverListBase::Iterator::Iterator fun:ObserverListBase::Iterator::Iterator
fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment