summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_utils.cc
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 19:04:28 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 19:04:28 +0000
commit33402c8f28b4d3e9784d55e68b03af8194360f5a (patch)
treedb28a3d70177392da56d838f430e4a56d427039e /ipc/ipc_message_utils.cc
parent4369732242bc509bfc2c9f06f3104669cd51b5b5 (diff)
downloadchromium_src-33402c8f28b4d3e9784d55e68b03af8194360f5a.zip
chromium_src-33402c8f28b4d3e9784d55e68b03af8194360f5a.tar.gz
chromium_src-33402c8f28b4d3e9784d55e68b03af8194360f5a.tar.bz2
Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..."
> Revert 205772 "Revert "Revert 205443 "headless windows content_s..." > > > Revert "Revert 205443 "headless windows content_shell"" > > > > Also, add more verbose debug output to LOGFONT pickle code > > > > The NOTREACHED() is reached on WebKit Win7 (dbg) bots, but I cannot reproduce > > locally, so I need more data from the bots > > > > I'll revert the CL once the Webkit Win Debug builder cycled once. > > > > BUG=248520 > > TBR=jam@chromium.org > > > > Review URL: https://codereview.chromium.org/16309013 > > TBR=jochen@chromium.org > > Review URL: https://codereview.chromium.org/16034019 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/16817004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_utils.cc')
-rw-r--r--ipc/ipc_message_utils.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc_message_utils.cc b/ipc/ipc_message_utils.cc
index 0cdc2b4ef..b23c0d3 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();