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

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

Issue 272403003: suppress uninit error from WebCore::PinchViewport::PinchViewport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « tools/valgrind/drmemory/suppressions_full.txt ('k') | 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 8a0c64c4fa5dcea671676603cc1b102d3e3653fd..67417ad7f918af2a938aa3ed4b5d18f05905d5d3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6433,3 +6433,13 @@
fun:_ZN2ui14EventProcessor17OnEventFromSourceEPNS_5EventE
fun:_ZN4aura4test12AuraTestBase34DispatchEventUsingWindowDispatcherEPN2ui5EventE
}
+{
+ bug_372226
+ Memcheck:Uninitialized
+ ...
+ fun:_ZN7WebCore13PinchViewport5resetEv
+ ...
+ fun:_ZN7WebCore13PinchViewportC1ERNS_9FrameHostE
+ ...
+ fun:_ZN7WebCore9FrameHostC1ERNS_4PageE
+}
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698