diff options
-rw-r--r-- | tools/heapcheck/suppressions.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |