Index: content/browser/web_contents/navigation_controller_impl.cc |
diff --git a/content/browser/web_contents/navigation_controller_impl.cc b/content/browser/web_contents/navigation_controller_impl.cc |
index 519d64ec66d19f7ec1529f1625000bf765bb423f..346bf4021f74f205d5bf886761268cdca30b2937 100644 |
--- a/content/browser/web_contents/navigation_controller_impl.cc |
+++ b/content/browser/web_contents/navigation_controller_impl.cc |
@@ -1289,7 +1289,7 @@ NavigationControllerImpl::GetSessionStorageNamespace( |
// this if statement so |instance| must not be NULL. |
partition_id = |
GetContentClient()->browser()->GetStoragePartitionIdForSite( |
- browser_context_, instance->GetSite()); |
+ browser_context_, instance->GetSiteURL()); |
} |
SessionStorageNamespaceMap::const_iterator it = |