| Index: ipc/ipc_message.cc
|
| diff --git a/ipc/ipc_message.cc b/ipc/ipc_message.cc
|
| index f7fe8272fd0b6746aa4bd5f67483d0027d86c788..da5f1151201473223fc72f4669432f2a0023b8d9 100644
|
| --- a/ipc/ipc_message.cc
|
| +++ b/ipc/ipc_message.cc
|
| @@ -84,6 +84,8 @@ void Message::InitLoggingVariables() {
|
|
|
| Message& Message::operator=(const Message& other) {
|
| *static_cast<Pickle*>(this) = other;
|
| + // TODO(vtl): Remove once bug resolved.
|
| + CHECK(header()) << "crbug.com/357915";
|
| #if defined(OS_POSIX)
|
| file_descriptor_set_ = other.file_descriptor_set_;
|
| #endif
|
|
|