| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 02ac9f34e3b668b7972eb6809a0654aeb0e310d8..91c3a6d488475bbe7cc05e1584324a4e29dd34e8 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -414,7 +414,7 @@ void NavigatorImpl::DidNavigate(
|
| // origin because it creates a RenderFrameProxy that needs this to initialize
|
| // its security context. This origin will also be sent to RenderFrameProxies
|
| // created via ViewMsg_New and FrameMsg_NewFrameProxy.
|
| - render_frame_host->frame_tree_node()->set_current_origin(params.origin);
|
| + render_frame_host->frame_tree_node()->SetCurrentOrigin(params.origin);
|
|
|
| // When using --site-per-process, we notify the RFHM for all navigations,
|
| // not just main frame navigations.
|
|
|