| Index: content/public/test/test_frame_navigation_observer.cc
|
| diff --git a/content/public/test/test_frame_navigation_observer.cc b/content/public/test/test_frame_navigation_observer.cc
|
| index 933ae611ecaaadab38b3448f615b7e9846a3f43f..775235af697df2e4ff2da5ed8d814c40d1c5e1f4 100644
|
| --- a/content/public/test/test_frame_navigation_observer.cc
|
| +++ b/content/public/test/test_frame_navigation_observer.cc
|
| @@ -51,7 +51,7 @@ void TestFrameNavigationObserver::WaitForCommit() {
|
|
|
| void TestFrameNavigationObserver::DidStartNavigation(
|
| NavigationHandle* navigation_handle) {
|
| - if (!navigation_handle->IsSamePage() &&
|
| + if (!navigation_handle->IsSameDocument() &&
|
| navigation_handle->GetFrameTreeNodeId() == frame_tree_node_id_) {
|
| navigation_started_ = true;
|
| has_committed_ = false;
|
|
|