diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 08:32:37 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 08:32:37 +0000 |
commit | 70281641393776bfaa86bc4821039492253571e7 (patch) | |
tree | 52d1d2d48040450bdf463c9b34f361571334bc6d /tools | |
parent | b566c11eaf8873572ff82f2cc1482a4591634e2a (diff) | |
download | chromium_src-70281641393776bfaa86bc4821039492253571e7.zip chromium_src-70281641393776bfaa86bc4821039492253571e7.tar.gz chromium_src-70281641393776bfaa86bc4821039492253571e7.tar.bz2 |
Update the suppression for plugin_unload.
This change just updates the suppression rule for 'plugin_unload' to catch up with r69808 <http://crrev.com/69808>.
TBR=thestig,timurrrr
BUG=none
TEST=make the "Webkit Mac (valgrind)" bot green.
Review URL: http://codereview.chromium.org/6025004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index d59645b..254c2af 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -183,11 +183,11 @@ Memcheck:Leak fun:_Znw* fun:_ZN4base17LoadNativeLibraryERK8FilePath - fun:_ZN5NPAPI9PluginLib4LoadEv - fun:_ZN5NPAPI9PluginLib13NP_InitializeEv - fun:_ZN21WebPluginDelegateImpl6CreateERK8FilePathRKSsy + fun:_ZN6webkit5npapi9PluginLib4LoadEv + fun:_ZN6webkit5npapi9PluginLib13NP_InitializeEv + fun:_ZN6webkit5npapi21WebPluginDelegateImpl6CreateERK8FilePathRKSsy fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs - fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainerE + fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN6WebKit18WebPluginContainerE } { # Mac Sandbox test cases are registered in a global map. This code is only |