diff options
author | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 15:14:40 +0000 |
---|---|---|
committer | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 15:14:40 +0000 |
commit | 0259e8014a10e1d38ab4b1c791f728ccd9292e32 (patch) | |
tree | cb5c479555a1d576e286d2f97ab95049da226462 /tools/heapcheck | |
parent | 850b4be7670b88540540519a5ac2a329812e5527 (diff) | |
download | chromium_src-0259e8014a10e1d38ab4b1c791f728ccd9292e32.zip chromium_src-0259e8014a10e1d38ab4b1c791f728ccd9292e32.tar.gz chromium_src-0259e8014a10e1d38ab4b1c791f728ccd9292e32.tar.bz2 |
Fix heapcheck suppression after TabContents refactoring
TBR=avi@chromium.org
BUG=132431
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10898005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 6aa0dc9..2872142 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1411,6 +1411,7 @@ fun:renderer_preferences_util::UpdateFromSystemSettings fun:PrefsTabHelper::PrefsTabHelper fun:TabContents::TabContents + fun:TabContents::Factory::CreateTabContents fun:TabContentsTestHarness::SetContents fun:content::RenderViewHostTestHarness::SetUp fun:ChromeRenderViewHostTestHarness::SetUp |