diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-12 09:14:37 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-12 09:14:37 +0000 |
commit | c7b540f7298a93fd9f9a57ae34bf0467993c1d92 (patch) | |
tree | 614a3c3e840e32d676bace013d3384035c636e28 /tools | |
parent | 12c6e3e990c7357b82ad3221e8436426740c02f0 (diff) | |
download | chromium_src-c7b540f7298a93fd9f9a57ae34bf0467993c1d92.zip chromium_src-c7b540f7298a93fd9f9a57ae34bf0467993c1d92.tar.gz chromium_src-c7b540f7298a93fd9f9a57ae34bf0467993c1d92.tar.bz2 |
Update suppressions since NotificationType was removed
BUG=76698
TEST=less redness on the memory waterfall
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7347006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 3920dda..4a507b9 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1636,8 +1636,8 @@ Memcheck:Leak fun:_Znw* fun:_ZN16UserScriptMaster9StartScanEv - fun:_ZN16UserScriptMaster7ObserveE16NotificationTypeRK18NotificationSourceRK19NotificationDetails - fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_ZN16UserScriptMaster7ObserveEiRK18NotificationSourceRK19NotificationDetails + fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDetails fun:_ZN16ExtensionService27OnLoadedInstalledExtensionsEv ... fun:_ZN16ExtensionService17LoadAllExtensionsEv @@ -1775,7 +1775,7 @@ fun:_ZNSt12_Vector_baseIN21NotificationRegistrar6RecordESaIS1_EE11_M_allocate* fun:_ZNSt6vectorIN21NotificationRegistrar6RecordESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_ fun:_ZNSt6vectorIN21NotificationRegistrar6RecordESaIS1_EE9push_backERKS1_ - fun:_ZN21NotificationRegistrar3AddEP20NotificationObserver16NotificationTypeRK18NotificationSource + fun:_ZN21NotificationRegistrar3AddEP20NotificationObserveriRK18NotificationSource } { bug_32273_a @@ -2459,7 +2459,7 @@ bug_51587 Memcheck:Cond ... - fun:_ZN29AccessibilityEventRouterViews11IsMenuEventEPN5views4ViewE16NotificationType + fun:_ZN29AccessibilityEventRouterViews11IsMenuEventEPN5views4ViewEi ... fun:_ZN5views16NativeControlGtk5FocusEv } @@ -2561,7 +2561,7 @@ fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt10_Select1stIS6_ESt4lessIjESaIS6_EE4findERS1_ fun:_ZNKSt3mapIjP12ObserverListI20NotificationObserverLb0EESt4lessIjESaISt4pairIKjS3_EEE4findERS7_ fun:_ZN19NotificationService6HasKeyERKSt3mapIjP12ObserverListI20NotificationObserverLb0EESt4lessIjESaISt4pairIKjS4_EEERK18NotificationSource - fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDetails fun:_ZN23ChromeURLRequestContextD0Ev ... fun:_ZN17URLRequestHttpJobD0Ev @@ -3748,7 +3748,7 @@ bug_75137 Memcheck:Leak fun:_Znw* - fun:_ZN14NewTabObserver7ObserveE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_ZN14NewTabObserver7ObserveEiRK18NotificationSourceRK19NotificationDetails } { bug_75247 @@ -4119,8 +4119,8 @@ fun:_Znw* ... fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_ - fun:*TabLoader7ObserveE16NotificationTypeRK18NotificationSourceRK19NotificationDetails - fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:*TabLoader7ObserveEiRK18NotificationSourceRK19NotificationDetails + fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDetails fun:_ZN11TabContents12SetIsLoadingEbP23LoadNotificationDetails fun:_ZN11TabContents14DidStopLoadingEv } @@ -4616,8 +4616,8 @@ fun:_ZN17VisitedLinkMaster15InitFromScratchEb fun:_ZN17VisitedLinkMaster4InitEv fun:_ZN11ProfileImpl20GetVisitedLinkMasterEv - fun:_ZN24VisitedLinkEventListener7ObserveE16NotificationTypeRK18NotificationSourceRK19NotificationDetails - fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_ZN24VisitedLinkEventListener7ObserveEiRK18NotificationSourceRK19NotificationDetails + fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDetails fun:_ZN24BrowserRenderProcessHost17OnProcessLaunchedEv fun:_ZN20ChildProcessLauncher7Context6NotifyEbi } |