| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 7d69ab00df05ec3ce7dbbe2f7f73cfe08a70a8ad..c791f6dabf275f84b4f1d0be558bac3b5b1b3f02 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -448,7 +448,7 @@ class SessionStorageHolder : public base::SupportsUserData::Data {
|
| void CreateMemoryCoordinatorHandle(
|
| int render_process_id,
|
| memory_coordinator::mojom::MemoryCoordinatorHandleRequest request) {
|
| - BrowserMainLoop::GetInstance()->memory_coordinator()->CreateHandle(
|
| + memory_coordinator::MemoryCoordinator::GetInstance()->CreateHandle(
|
| render_process_id, std::move(request));
|
| }
|
|
|
|
|