summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-18 08:00:19 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-18 08:00:19 +0000
commit8de46cee7669abb07f6d3e192f5850872187250b (patch)
tree4e38102abf80abe4d85b1dd95a3c28cf04d22476 /tools/heapcheck
parentc9bbde789341af5966541d5535b3fbc0ed193951 (diff)
downloadchromium_src-8de46cee7669abb07f6d3e192f5850872187250b.zip
chromium_src-8de46cee7669abb07f6d3e192f5850872187250b.tar.gz
chromium_src-8de46cee7669abb07f6d3e192f5850872187250b.tar.bz2
Add Heapcheck suppressions.
BUG=114787 Review URL: https://chromiumcodereview.appspot.com/9395063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122685 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index b6c3f5d..4cb59a8f 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1849,3 +1849,9 @@
fun:WebKit::FrameLoaderClientImpl::finishedLoading
fun:WebCore::FrameLoader::finishedLoadingDocumen
}
+{
+ bug_114787
+ Heapcheck:Leak
+ ...
+ fun:content::CreateQuotaManagerAndClients
+}