Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: tools/lsan/suppressions.txt

Issue 213833007: Suppress leaks in WebCore::V8PerIsolateData::ensureDomInJSContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lsan/suppressions.txt
diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt
index cb7b7afa680f09e33b746632239090ca7bdc08d0..f4e8593a3f8c3b128a554c6cb1da18b0a5810b75 100644
--- a/tools/lsan/suppressions.txt
+++ b/tools/lsan/suppressions.txt
@@ -61,6 +61,9 @@ leak:WebCore::V8WindowShell::initializeIfNeeded
leak:WebCore::*::*GetterCallback
leak:WebCore::CSSComputedStyleDeclaration::create
+# crbug.com/358014
+leak:WebCore::V8PerIsolateData::ensureDomInJSContext
+
# http://crbug.com/356785
leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698