diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-22 21:15:53 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-22 21:15:53 +0000 |
commit | 3ea7dc5140fe9b2e3d91f12e3a6d7f54eb4762ee (patch) | |
tree | 6e727ae81e3136d0cc153e8269f84f73638c3288 /tools/heapcheck | |
parent | ec23f52894e3660862bc822940ae8899e1fef2df (diff) | |
download | chromium_src-3ea7dc5140fe9b2e3d91f12e3a6d7f54eb4762ee.zip chromium_src-3ea7dc5140fe9b2e3d91f12e3a6d7f54eb4762ee.tar.gz chromium_src-3ea7dc5140fe9b2e3d91f12e3a6d7f54eb4762ee.tar.bz2 |
Fix a memory leak and add the webkit_quota library to the project.
BUG=73268
TEST=look at the memory bots this time
Review URL: http://codereview.chromium.org/6469036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 9b92d39..9f5866c 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1244,23 +1244,6 @@ fun:ExtensionUpdaterTest* } { - bug_73268a - Heapcheck:Leak - ... - fun:ExtensionSpecialStoragePolicy::SpecialCollection::Contains - fun:ExtensionSpecialStoragePolicy::IsStorage* - fun:ExtensionSpecialStoragePolicyTest_*_Test::TestBody -} -{ - bug_73268b - Heapcheck:Leak - ... - fun:bool ::InitCanonical - fun:GURL - ... - fun:ExtensionSpecialStoragePolicyTest_* -} -{ bug_73358 Heapcheck:Leak fun:TestingProfile::GetRequestContextForExtensions |