summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-27 23:32:57 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-27 23:32:57 +0000
commit1f6af1b737d24a4d6068332ae9ddd272106e9e10 (patch)
treef6c645bc59bb669954e5b64389ff0a4b57911941 /tools/valgrind
parent811c32b631cb5bfab5ba3aa9b8c1755af2f9b9c3 (diff)
downloadchromium_src-1f6af1b737d24a4d6068332ae9ddd272106e9e10.zip
chromium_src-1f6af1b737d24a4d6068332ae9ddd272106e9e10.tar.gz
chromium_src-1f6af1b737d24a4d6068332ae9ddd272106e9e10.tar.bz2
Update suppression for 79654
TBR=sky@chromium.org BUG=79654 TEST=none Review URL: http://codereview.chromium.org/8416021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 1862995..460c485 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3408,10 +3408,13 @@
Memcheck:Leak
fun:_Znw*
...
+ fun:*RenderWidgetHost*
+ ...
fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
- fun:*TabLoader7ObserveEiRK18NotificationSourceRK19NotificationDetails
- fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDetails
- fun:_ZN11TabContents12SetIsLoadingEbP23LoadNotificationDetails
+ fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
+ fun:_ZN23NotificationServiceImpl*
+ fun:_ZN11TabContents12SetIsLoading*
+ fun:_ZN11TabContents14RenderViewGone*
}
{
bug_79671