mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-19 05:07:27 +02:00
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1180@719 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
16 lines
644 B
Diff
16 lines
644 B
Diff
Index: window_impl.cc
|
|
===================================================================
|
|
--- window_impl.cc (revision 144645)
|
|
+++ window_impl.cc (working copy)
|
|
@@ -52,8 +52,8 @@
|
|
for (RegisteredClasses::iterator i = registered_classes_.begin();
|
|
i != registered_classes_.end(); ++i) {
|
|
if (!UnregisterClass(MAKEINTATOM(i->atom), i->instance)) {
|
|
- LOG(ERROR) << "Failed to unregister class " << i->name.c_str()
|
|
- << ". Error = " << GetLastError();
|
|
+ //LOG(ERROR) << "Failed to unregister class " << i->name.c_str()
|
|
+ // << ". Error = " << GetLastError();
|
|
}
|
|
}
|
|
}
|