Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 6275013: Fixed suppressions that were not updated after namespace rename. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/tools
Patch Set: One more ... line needed. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 27c308fbf03eb29311531ccb18a26853aa015c13..ec82ef60891aa53e7d29ee770e5cc7465aef6b68 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -271,7 +271,7 @@
bug_21326
Memcheck:Leak
...
- fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
+ fun:_ZN56webkit5npapi9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
}
{
# NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518443
@@ -3355,7 +3355,8 @@
fun:_Znw*
...
fun:_ZNSt*
- fun:_ZN5NPAPI10PluginList*
+ ...
+ fun:_ZN6webkit5npapi10PluginList*
...
fun:_ZN13PluginService*
}
@@ -3653,4 +3654,4 @@
fun:_ZN9talk_base12MessageQueue8DispatchEPNS_7MessageE
fun:_ZN9talk_base6Thread15ProcessMessagesEi
}
-
+
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698