| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.cc (revision 118690)
|
| +++ content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -142,7 +142,9 @@
|
| #endif
|
|
|
| render_process_ = new RenderProcessImpl();
|
| - render_process_->set_main_thread(new RenderThreadImpl(channel_id_));
|
| + // The RenderThreadImpl will register itself as the main thread for the
|
| + // current process.
|
| + new RenderThreadImpl(channel_id_);
|
| }
|
|
|
| virtual void CleanUp() {
|
|
|