| Index: content/browser/tab_contents/navigation_controller_impl.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/navigation_controller_impl.cc (revision 122416)
|
| +++ content/browser/tab_contents/navigation_controller_impl.cc (working copy)
|
| @@ -183,7 +183,7 @@
|
| DCHECK(browser_context_);
|
| if (!session_storage_namespace_) {
|
| session_storage_namespace_ = new SessionStorageNamespace(
|
| - browser_context_->GetWebKitContext());
|
| + BrowserContext::GetWebKitContext(browser_context_));
|
| }
|
| }
|
|
|
|
|