From 06e3c95d557951207b8436bf86fc8c8abf927a18 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 12 Jun 2013 14:03:25 +0000 Subject: 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205772 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_utils.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipc/ipc_message_utils.cc') 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::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(); -- cgit v1.1