| Index: chrome/browser/chrome_browser_main_x11.cc
|
| diff --git a/chrome/browser/chrome_browser_main_x11.cc b/chrome/browser/chrome_browser_main_x11.cc
|
| index 8448ed5a927a48da5c4d70717fe099f2bc2e1c42..55968ca868146b3b913e2ef043be11ac08cbf0d7 100644
|
| --- a/chrome/browser/chrome_browser_main_x11.cc
|
| +++ b/chrome/browser/chrome_browser_main_x11.cc
|
| @@ -33,7 +33,7 @@ int BrowserX11ErrorHandler(Display* d, XErrorEvent* error) {
|
| if (!g_in_x11_io_error_handler)
|
| MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| - base::Bind(ui::LogErrorEventDescription, d, *error));
|
| + base::Bind(&ui::LogErrorEventDescription, d, *error));
|
| return 0;
|
| }
|
|
|
|
|