Files
cef/patch/patches/singleton_hwnd_642.patch
Marshall Greenblatt 165978af75 Create 1547 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1316 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-07-19 00:17:15 +00:00

14 lines
618 B
Diff

Index: singleton_hwnd.cc
===================================================================
--- singleton_hwnd.cc (revision 211613)
+++ singleton_hwnd.cc (working copy)
@@ -20,7 +20,7 @@
base::MessageLoop::current()->type() != base::MessageLoop::TYPE_UI) {
// Creating this window in (e.g.) a renderer inhibits shutdown on
// Windows. See http://crbug.com/230122 and http://crbug.com/236039.
- DLOG(ERROR) << "Cannot create windows on non-UI thread!";
+ // DLOG(ERROR) << "Cannot create windows on non-UI thread!";
return;
}
WindowImpl::Init(NULL, gfx::Rect());