| Index: ipc/ipc_message_utils.cc
|
| diff --git a/ipc/ipc_message_utils.cc b/ipc/ipc_message_utils.cc
|
| index 0cdc2b4ef520c9dc4cc622b773b92704fc709b47..b23c0d3f0c51057fd7967d23f90fd4d02df1049d 100644
|
| --- a/ipc/ipc_message_utils.cc
|
| +++ b/ipc/ipc_message_utils.cc
|
| @@ -789,6 +789,8 @@ bool ParamTraits<LOGFONT>::Read(const Message* m, PickleIterator* iter,
|
| memcpy(r, data, sizeof(LOGFONT));
|
| return true;
|
| }
|
| + std::wstring font_name(font->lfFaceName, LF_FACESIZE);
|
| + LOG(ERROR) << "Invalid LOGFONT '" << WideToUTF8(font_name) << "'";
|
| }
|
|
|
| NOTREACHED();
|
|
|