diff --git a/DEPS b/DEPS index b1935f2af..98df02aa7 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'ccef3cb9a36b33a64fda7aa343e447079c17fbc5', + 'chromium_revision': '7779e7d30f6b9b0041e769ceffed59bdcfa85d4d', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc b/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc index 0c37b8737..f2ad6a567 100644 --- a/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc +++ b/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc @@ -48,6 +48,8 @@ char kTSanDefaultSuppressions[] = "race:rtc::FireAndForgetAsyncClosure::Execute\n" "race:rtc::MessageQueueManager::Clear\n" "race:rtc::Thread::Clear\n" +// https://code.google.com/p/webrtc/issues/detail?id=3914 +"race:rtc::AsyncInvoker::~AsyncInvoker\n" // https://code.google.com/p/webrtc/issues/detail?id=2080 "race:webrtc/base/logging.cc\n" "race:webrtc/base/sharedexclusivelock_unittest.cc\n"