Index: chrome/browser/ui/omnibox/omnibox_edit_model.cc |
diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
index bf5901d5c47ac8eb5291de1fbe61987dff7a69fa..b822a07ad66bb2680ffc2f178b366164f53954be 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
@@ -1158,8 +1158,8 @@ void OmniboxEditModel::DoPrerender(const AutocompleteMatch& match) { |
tab->web_contents()->GetView()->GetContainerBounds(&container_bounds); |
AutocompleteActionPredictorFactory::GetForProfile(profile_)-> |
StartPrerendering(match.destination_url, |
- tab->web_contents()->GetRenderViewHost()-> |
- GetSessionStorageNamespace(), |
+ tab->web_contents()->GetController() |
+ .GetSessionStorageNamespaceMap(), |
container_bounds.size()); |
} |