| Index: tools/valgrind/drmemory/suppressions.txt
|
| diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
|
| index 56a9d0bfaf4668d38bdbb1ab1c9964c05d232e62..9802586637ff853adb5dfce94d17e47e03445d98 100644
|
| --- a/tools/valgrind/drmemory/suppressions.txt
|
| +++ b/tools/valgrind/drmemory/suppressions.txt
|
| @@ -775,7 +775,7 @@ LEAK
|
| # http://crbug.com/81522
|
| LEAK
|
| *!operator new
|
| -*!base::MessageLoopProxy::CreateForCurrentThread
|
| +*!base::MessageLoopProxy::current
|
| *!IPC::ChannelProxy::Context::Context
|
| *!IPC::ChannelProxy::ChannelProxy
|
| *!IPCChannelTest_ChannelProxyTest_Test::TestBody
|
| @@ -801,7 +801,7 @@ UNINITIALIZED READ
|
| LEAK
|
| *!generic_cpp_alloc
|
| *!operator new
|
| -*!base::MessageLoopProxy::CreateForCurrentThread
|
| +*!base::MessageLoopProxy::current
|
| *!IPC::SyncChannel::ReceivedSyncMsgQueue::ReceivedSyncMsgQueue
|
| *!IPC::SyncChannel::ReceivedSyncMsgQueue::AddContext
|
| *!IPC::SyncChannel::SyncContext::SyncContext
|
|
|