| Index: content/common/child_process.h
|
| diff --git a/content/common/child_process.h b/content/common/child_process.h
|
| index 09e97d980e581d7075a6159150fa91297695eaa8..3a7769e14a15400ba3e929e05ab5da45f9e605d9 100644
|
| --- a/content/common/child_process.h
|
| +++ b/content/common/child_process.h
|
| @@ -32,7 +32,7 @@ class CONTENT_EXPORT ChildProcess {
|
|
|
| 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
|
|
|