| Index: content/child/child_process.h
|
| diff --git a/content/child/child_process.h b/content/child/child_process.h
|
| index fca4585d26c391350ee73a2fc94c76872d9bf9d1..4837c3cb9321db3855351ce2df11c8fdf662c3e9 100644
|
| --- a/content/child/child_process.h
|
| +++ b/content/child/child_process.h
|
| @@ -32,7 +32,7 @@ class CONTENT_EXPORT ChildProcess {
|
|
|
| base::MessageLoop* io_message_loop() { return io_thread_.message_loop(); }
|
| base::MessageLoopProxy* io_message_loop_proxy() {
|
| - return io_thread_.message_loop_proxy();
|
| + return io_thread_.message_loop_proxy().get();
|
| }
|
|
|
| // A global event object that is signalled when the main thread's message
|
|
|