Index: chrome/browser/oom_priority_manager.cc |
diff --git a/chrome/browser/oom_priority_manager.cc b/chrome/browser/oom_priority_manager.cc |
index c93a3802df40df79564d2f0b0a10a152dd3e65fa..f274b5f82945bc8e63564c5114c6da7ea7f83c1e 100644 |
--- a/chrome/browser/oom_priority_manager.cc |
+++ b/chrome/browser/oom_priority_manager.cc |
@@ -218,7 +218,7 @@ void OomPriorityManager::Observe(int type, |
bool visible = *content::Details<bool>(details).ptr(); |
if (visible) { |
focused_tab_pid_ = content::Source<RenderWidgetHost>(source).ptr()-> |
- process()->GetHandle(); |
+ GetProcess()->GetHandle(); |
// If the currently focused tab already has a lower score, do not |
// set it. This can happen in case the newly focused tab is script |