Index: tools/lsan/suppressions.txt |
diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt |
index 446acc9a1912f4f65dd2727f15e9035ac61ac890..e25989cc8888334c3cab2f5a07cdff4324f6ffd4 100644 |
--- a/tools/lsan/suppressions.txt |
+++ b/tools/lsan/suppressions.txt |
@@ -9,17 +9,9 @@ leak:libfontconfig |
# Leaks in Nvidia's libGL. |
leak:libGL.so |
-# False positive in Blink due to bit twiddling on pointers. http://crbug.com/242672 |
-# TODO(earthdok): Annotate. |
-leak:WTF::BitVector::resizeOutOfLine |
- |
# A small string is leaked here (57 bytes per process). http://crbug.com/46571#c9 |
leak:WebCore::V8GCController::collectGarbage |
-# Intentional leak in Blink. http://crbug.com/121729 |
-# TODO(earthdok): annotate it. |
-leak:WebCore::parseUASheet |
- |
# http://crbug.com/270180 |
leak:net::ProxyResolverV8::Context::ResolveProxy |