Index: content/browser/security_exploit_browsertest.cc |
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc |
index 3d61efb0e97dfa046137eba4a447336b51836e01..a85c592935835333a40c2f788e6f4f925bdb6ecd 100644 |
--- a/content/browser/security_exploit_browsertest.cc |
+++ b/content/browser/security_exploit_browsertest.cc |
@@ -545,7 +545,7 @@ IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, MismatchedOriginOnCommit) { |
params.transition = ui::PAGE_TRANSITION_LINK; |
params.should_update_history = false; |
params.gesture = NavigationGestureAuto; |
- params.was_within_same_page = false; |
+ params.was_within_same_document = false; |
params.method = "GET"; |
params.page_state = PageState::CreateFromURL(url); |
params.origin = url::Origin(GURL("http://bar.com/")); |