Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 1039dc7db09e6e229bed52d9ca55d4b76826b375..9ec1e0417e7831cd3600d28d71ba483b3f888dba 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -1058,7 +1058,7 @@ bool BrowserMainLoop::InitializeToolkit() { |
config.dwSize = sizeof(config); |
config.dwICC = ICC_WIN95_CLASSES; |
if (!InitCommonControlsEx(&config)) |
- LOG_GETLASTERROR(FATAL); |
+ PLOG(FATAL); |
#endif |
#if defined(USE_AURA) |