diff options
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 8eccea9..a019a48 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1242,3 +1242,24 @@ ... fun:UserStyleSheetWatcher::Init } +{ + bug_77258_a + Heapcheck:Leak + fun:webkit::ppapi::::MessageChannelAllocate + fun:_NPN_CreateObject + fun:WebKit::WebBindings::createObject + fun:MessageChannel + fun:PluginInstance + fun:webkit::ppapi::PpapiUnittest::SetUp +} +{ + bug_77258_b + Heapcheck:Leak + fun:webkit::ppapi::::MessageChannelAllocate + fun:_NPN_CreateObject + fun:WebKit::WebBindings::createObject + fun:MessageChannel + fun:PluginInstance + fun:webkit::ppapi::ResourceTrackerTest_*_Test::TestBody +} + |