| Index: content/browser/frame_host/navigation_controller_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc
|
| index 5f011948a048814ba1a3fba4d83bf4f00aa74755..fa22b39f23f2949e88eded7db55ad372664dd86c 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl.cc
|
| @@ -1463,7 +1463,7 @@ bool NavigationControllerImpl::IsURLInPageNavigation(
|
| // We don't have sufficient information to identify
|
| // that case at the moment, so always allow about:blank
|
| // for now.
|
| - last_committed_url == GURL(url::kAboutBlankURL) ||
|
| + last_committed_url == url::kAboutBlankURL ||
|
| last_committed_url.GetOrigin() == url.GetOrigin() ||
|
| committed_origin == origin ||
|
| !prefs.web_security_enabled ||
|
|
|