Commit 7a11e44b authored by dhollowa@chromium.org's avatar dhollowa@chromium.org

Leaks in WebIntentsRegistry

Suppresses leaks in WebIntentsRegistry introduced in r95710.

BUG=91950
TEST=Tests go green on Valgrind and HeapCheck bots.
TBR=groby@chromium.org

Review URL: http://codereview.chromium.org/7491082

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95756 0039d316-1c4b-4281-b951-d872f2087c98
parent 94fe0692
......@@ -1999,3 +1999,9 @@
...
fun:MediaLeakTest_VideoBear_Test::TestBody
}
{
bug_91950
Heapcheck:Leak
fun:WebIntentsRegistry::GetIntentProviders
fun:WebIntentsRegistryTest_BasicTests_Test::TestBody
}
......@@ -5409,6 +5409,13 @@
fun:_ZN27BrowserAccessibilityManager19CreateEmptyDocumentEP10_GtkWidgetN11webkit_glue16WebAccessibility5StateEP28BrowserAccessibilityDelegateP27BrowserAccessibilityFactory
fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBodyEv
}
{
bug_91950
Memcheck:Leak
fun:_Znw*
fun:_ZN18WebIntentsRegistry18GetIntentProvidersERKSbItN4base20string16_char_traitsESaItEEPNS_8ConsumerE
fun:_ZN38WebIntentsRegistryTest_BasicTests_Test8TestBodyEv
}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment