From 0bda44defc2da589b24c6936d8ac55b979eb8901 Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Wed, 17 Mar 2010 17:40:17 +0000 Subject: Fixed the V8 leak suppression. TBR=brettw BUG=34994 Review URL: http://codereview.chromium.org/975006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41849 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 36a33e8..5c7d54d 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -151,6 +151,8 @@ bug_34994_a Heapcheck:Leak ... + fun:WebCore::v8StringToWebCoreString + ... fun:v8::internal::Invoke fun:v8::internal::Execution::Call fun:v8::Script::Run @@ -159,6 +161,8 @@ bug_34994_b Heapcheck:Leak ... + fun:WebCore::v8StringToWebCoreString + ... fun:v8::internal::Invoke fun:v8::internal::Execution::Call fun:v8::Function::Call -- cgit v1.1