Commit 404b7738 authored by mkwst@chromium.org's avatar mkwst@chromium.org

Change LSan suppressions from 'WebCore' to 'blink'.

TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/397953010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283720 0039d316-1c4b-4281-b951-d872f2087c98
parent 823c3c0e
...@@ -10,7 +10,7 @@ leak:libfontconfig ...@@ -10,7 +10,7 @@ leak:libfontconfig
leak:libGL.so leak:libGL.so
# A small string is leaked here (57 bytes per process). http://crbug.com/46571#c9 # A small string is leaked here (57 bytes per process). http://crbug.com/46571#c9
leak:WebCore::V8GCController::collectGarbage leak:blink::V8GCController::collectGarbage
# http://crbug.com/270180 # http://crbug.com/270180
leak:net::ProxyResolverV8::Context::ResolveProxy leak:net::ProxyResolverV8::Context::ResolveProxy
...@@ -51,11 +51,11 @@ leak:v8::internal::Genesis::Genesis ...@@ -51,11 +51,11 @@ leak:v8::internal::Genesis::Genesis
# http://crbug.com/328552 # http://crbug.com/328552
leak:WTF::StringImpl::createUninitialized leak:WTF::StringImpl::createUninitialized
leak:WTF::StringImpl::create8BitIfPossible leak:WTF::StringImpl::create8BitIfPossible
leak:WebCore::MouseEvent::create leak:blink::MouseEvent::create
leak:WebCore::V8WindowShell::initializeIfNeeded leak:blink::V8WindowShell::initializeIfNeeded
leak:WebCore::*::*GetterCallback leak:blink::*::*GetterCallback
leak:WebCore::CSSComputedStyleDeclaration::create leak:blink::CSSComputedStyleDeclaration::create
leak:WebCore::V8PerIsolateData::ensureDomInJSContext leak:blink::V8PerIsolateData::ensureDomInJSContext
# http://crbug.com/356785 # http://crbug.com/356785
leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody
......
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