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

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

Issue 11783103: Suppress leak in WebCore::StyleResolver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | 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 d1b1463e6d709088101b7544db36b3c35f316133..89eb345b720a95b4feef96e7b112c4937c162b7b 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6455,7 +6455,7 @@
fun:_ZN11ManagedModeC2Ev
}
{
- bug_
+ bug_169311
Memcheck:Leak
fun:malloc
fun:_ZN3WTF10fastMallocEm
@@ -6470,13 +6470,4 @@
fun:_ZN7WebCore8Document19createStyleResolverEv
fun:_ZN7WebCore8Document13styleResolverEv
fun:_ZN7WebCore7Element16styleForRendererEv
- fun:_ZN7WebCore20NodeRenderingContext32createRendererForElementIfNeededEv
- fun:_ZN7WebCore7Element22createRendererIfNeededEv
- fun:_ZN7WebCore7Element6attachEv
- fun:_ZN7WebCore22HTMLViewSourceDocument21createContainingTableEv
- fun:_ZN7WebCore22HTMLViewSourceDocument9addSourceERKN3WTF6StringERNS_9HTMLTokenE
- fun:_ZN7WebCore20HTMLViewSourceParser13pumpTokenizerEv
- fun:_ZN7WebCore20HTMLViewSourceParser6appendERKNS_15SegmentedStringE
- fun:_ZN7WebCore25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE
- fun:_ZN7WebCore14DocumentWriter3endEv
}
« 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