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

Unified Diff: tools/lsan/suppressions.txt

Issue 397953010: Change LSan suppressions from 'WebCore' to 'blink'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 95d038ba21a2c4f88e272006c704f4427bb6aea2..81bd766b9101fc24335a84a090e2377305226e30 100644
--- a/tools/lsan/suppressions.txt
+++ b/tools/lsan/suppressions.txt
@@ -10,7 +10,7 @@ leak:libfontconfig
leak:libGL.so
# 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
leak:net::ProxyResolverV8::Context::ResolveProxy
@@ -51,11 +51,11 @@ leak:v8::internal::Genesis::Genesis
# http://crbug.com/328552
leak:WTF::StringImpl::createUninitialized
leak:WTF::StringImpl::create8BitIfPossible
-leak:WebCore::MouseEvent::create
-leak:WebCore::V8WindowShell::initializeIfNeeded
-leak:WebCore::*::*GetterCallback
-leak:WebCore::CSSComputedStyleDeclaration::create
-leak:WebCore::V8PerIsolateData::ensureDomInJSContext
+leak:blink::MouseEvent::create
+leak:blink::V8WindowShell::initializeIfNeeded
+leak:blink::*::*GetterCallback
+leak:blink::CSSComputedStyleDeclaration::create
+leak:blink::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