| Index: chrome/utility/font_cache_handler_win.cc
|
| diff --git a/chrome/utility/font_cache_handler_win.cc b/chrome/utility/font_cache_handler_win.cc
|
| index cd7aa70de32b3ed7a56b1b423174393b26ef7179..cf850c0798c97a0ef167bba37d323f9abf2ade3a 100644
|
| --- a/chrome/utility/font_cache_handler_win.cc
|
| +++ b/chrome/utility/font_cache_handler_win.cc
|
| @@ -29,7 +29,7 @@ bool FontCacheHandler::OnMessageReceived(const IPC::Message& message) {
|
| void FontCacheHandler::OnBuildFontCache(const base::FilePath& full_path) {
|
| DCHECK(!cache_thread_);
|
|
|
| - utility_task_runner_ = base::MessageLoop::current()->message_loop_proxy();
|
| + utility_task_runner_ = base::MessageLoop::current()->task_runner();
|
|
|
| // Create worker thread for building font cache.
|
| cache_thread_.reset(new base::Thread("font_cache_thread"));
|
|
|