Commit 3b3b0ea2 authored by jyasskin@chromium.org's avatar jyasskin@chromium.org

Reinstate race suppression between AccumulateAndClearImplThreadStats and RasterTaskImpl::Raster()

The attempted fix only locked one side of the race, which isn't effective.

BUG=370244
TBR=ernstm@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/297493002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271451 0039d316-1c4b-4281-b951-d872f2087c98
parent 30ca6989
...@@ -254,6 +254,9 @@ race:WTF::Latin1Encoding()::globalLatin1Encoding ...@@ -254,6 +254,9 @@ race:WTF::Latin1Encoding()::globalLatin1Encoding
# https://code.google.com/p/v8/issues/detail?id=3143 # https://code.google.com/p/v8/issues/detail?id=3143
race:v8::internal::FLAG_track_double_fields race:v8::internal::FLAG_track_double_fields
# http://crbug.com/370244
race:cc::RenderingStatsInstrumentation::AccumulateAndClearImplThreadStats
# https://crbug.com/369257 # https://crbug.com/369257
# TODO(mtklein): annotate properly and remove suppressions. # TODO(mtklein): annotate properly and remove suppressions.
race:SandboxIPCHandler::HandleFontMatchRequest race:SandboxIPCHandler::HandleFontMatchRequest
......
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