summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-21 16:47:08 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-21 16:47:08 +0000
commit028c4ec16f1af021ee2b04006b8f8ca4de21d7c3 (patch)
tree4c9f713f911faa2bcf8d9ff6263697eee3bce951 /tools/heapcheck
parentb4ac88101265bcbe9bbed18037d77e5ec0a0c481 (diff)
downloadchromium_src-028c4ec16f1af021ee2b04006b8f8ca4de21d7c3.zip
chromium_src-028c4ec16f1af021ee2b04006b8f8ca4de21d7c3.tar.gz
chromium_src-028c4ec16f1af021ee2b04006b8f8ca4de21d7c3.tar.bz2
Change heapcheck signature for HandleConsecutiveContinuationError.
BUG=79568 TEST=None Review URL: http://codereview.chromium.org/6873158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 75cd794..9c37f169 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1399,10 +1399,10 @@
bug_79568
Heapcheck:Leak
...
- fun:browser_sync::s3::SyncerThread::HandleConsecutiveContinuationError
- fun:browser_sync::s3::SyncerThread::ScheduleNextSync
- fun:browser_sync::s3::SyncerThread::FinishSyncSessionJob
- fun:browser_sync::s3::SyncerThread::DoSyncSessionJob
+ fun:browser_sync::SyncerThread::HandleConsecutiveContinuationError
+ fun:browser_sync::SyncerThread::ScheduleNextSync
+ fun:browser_sync::SyncerThread::FinishSyncSessionJob
+ fun:browser_sync::SyncerThread::DoSyncSessionJob
}
{
bug_79651