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