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

Unified Diff: webkit/data/valgrind/suppressions.txt

Issue 55034: Support valgrinding layout tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
Index: webkit/data/valgrind/suppressions.txt
===================================================================
--- webkit/data/valgrind/suppressions.txt (revision 0)
+++ webkit/data/valgrind/suppressions.txt (revision 0)
@@ -0,0 +1,7 @@
+{
+ # See http://crbug.com/9450
+ v8_bindings_leak_crbug_9450
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN7WebCore7V8Proxy20RegisterGlobalHandleENS_16GlobalHandleTypeEPvN2v810PersistentINS3_5ValueEEE
+}

Powered by Google App Engine
This is Rietveld 408576698