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

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

Issue 348040: Suppress invalid reads in Mac bookmark bar (Closed)
Patch Set: Created 11 years, 1 month 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_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index ae16c554e672c6a77315240ee0644ebf614a0fb3..e484ba5017c921909573177ee405a0520ffe7802 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -376,3 +376,10 @@
fun:_ZN7WebCore23enableSuddenTerminationEv
fun:_ZN7WebCore15StorageAreaSync11performSyncEv
}
+{
+ bug_26489
+ Memcheck:Cond
+ fun:-[NSView setFrameOrigin:]
+ fun:-[NSView setFrame:]
+ fun:-[BookmarkBarController *
+}
« 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