Index: content/browser/tab_contents/navigation_controller_impl.cc |
=================================================================== |
--- content/browser/tab_contents/navigation_controller_impl.cc (revision 123509) |
+++ content/browser/tab_contents/navigation_controller_impl.cc (working copy) |
@@ -187,7 +187,7 @@ |
if (!session_storage_namespace_) { |
session_storage_namespace_ = new SessionStorageNamespaceImpl( |
static_cast<DOMStorageContextImpl*>( |
- DOMStorageContext::GetForBrowserContext(browser_context_))); |
+ BrowserContext::GetDOMStorageContext(browser_context_))); |
} |
} |