diff options
Diffstat (limited to 'chrome/browser/browser_main_gtk.cc')
| -rw-r--r-- | chrome/browser/browser_main_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main_gtk.cc b/chrome/browser/browser_main_gtk.cc index 25147c8d..9f98f35 100644 --- a/chrome/browser/browser_main_gtk.cc +++ b/chrome/browser/browser_main_gtk.cc @@ -25,7 +25,7 @@ bool g_in_x11_io_error_handler = false; int BrowserX11ErrorHandler(Display* d, XErrorEvent* error) { if (!g_in_x11_io_error_handler) - LOG(ERROR) << x11_util::GetErrorEventDescription(error); + LOG(ERROR) << x11_util::GetErrorEventDescription(d, error); return 0; } |
