Commit 341feb5a authored by tkent@chromium.org's avatar tkent@chromium.org

Suppress leaks in WebCore::V8PerIsolateData::ensureDomInJSContext.

They are intentional.

TBR=rafaelw@chromium.org
BUG=358014

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260422 0039d316-1c4b-4281-b951-d872f2087c98
parent 62159287
...@@ -61,6 +61,9 @@ leak:WebCore::V8WindowShell::initializeIfNeeded ...@@ -61,6 +61,9 @@ leak:WebCore::V8WindowShell::initializeIfNeeded
leak:WebCore::*::*GetterCallback leak:WebCore::*::*GetterCallback
leak:WebCore::CSSComputedStyleDeclaration::create leak:WebCore::CSSComputedStyleDeclaration::create
# crbug.com/358014
leak:WebCore::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