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

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

Issue 7529040: Leaks in GetWebKitPrefs on CrOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | no next file » | 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 370cb8f8253e45ffe0eacccb1e36f32fb60e615c..6021f630eed0c64765fe1da30a6b29527a0aa570 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4962,8 +4962,8 @@
Memcheck:Leak
fun:_Znw*
fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv
- fun:_ZN28RenderViewHostDelegateHelper14GetWebkitPrefsEP7Profileb
- fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefsEP7Profileb
+ fun:_ZN28RenderViewHostDelegateHelper14GetWebkitPrefs*
+ fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefs*
fun:_ZN11TabContents14GetWebkitPrefsEv
}
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698