Chromium Code Reviews| Index: tools/valgrind/memcheck/suppressions.txt |
| diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt |
| index 7226b764c7b7053a09569d9402b1c8f600550d1a..428c9c330924a69167e2a18a0d15842082ce29c7 100644 |
| --- a/tools/valgrind/memcheck/suppressions.txt |
| +++ b/tools/valgrind/memcheck/suppressions.txt |
| @@ -3654,7 +3654,7 @@ |
| Memcheck:Leak |
| fun:_Znw* |
| ... |
| - fun:_ZN13ProfileIOData23InitializeProfileParamsEP7Profile |
| + fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile |
|
Joao da Silva
2011/09/06 21:07:16
Manual name mangling... c++filt turns this into th
willchan no longer on Chromium
2011/09/06 21:15:45
Sure...give it a shot. If it doesn't work, then va
|
| } |
| { |
| bug_72698_b |