| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 68fc3d2b467c005ad65a6a5eae8b6a4461589322..d172f095e967942f023f89de2eb3c02d4b775e17 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -648,6 +648,7 @@ void RenderThreadImpl::Init() {
|
|
|
| // Register this object as the main thread.
|
| ChildProcess::current()->set_main_thread(this);
|
| + renderer_scheduler_->SetThreadBlameContext(&blame_context_);
|
|
|
| // In single process the single process is all there is.
|
| notify_webkit_of_modal_loop_ = true;
|
|
|