| Index: ui/gfx/win/window_impl.cc
|
| diff --git a/ui/gfx/win/window_impl.cc b/ui/gfx/win/window_impl.cc
|
| index f7744687c97b396501d9cd4fe8ecb0258d637954..4501fb6af61900574eb5c0115bbcd1f293edbc01 100644
|
| --- a/ui/gfx/win/window_impl.cc
|
| +++ b/ui/gfx/win/window_impl.cc
|
| @@ -135,7 +135,7 @@ ATOM ClassRegistrar::RetrieveClassAtom(const ClassInfo& class_info) {
|
| class_info.icon, class_info.small_icon, &window_class);
|
| HMODULE instance = window_class.hInstance;
|
| ATOM atom = RegisterClassEx(&window_class);
|
| - CHECK(atom) << GetLastError();
|
| + CHECK(atom);
|
|
|
| registered_classes_.push_back(RegisteredClass(
|
| class_info, name, atom, instance));
|
|
|