| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index 4399af7596acba4aa2a75b17d6a4e19202f39a70..7299c17c81981a4a03a1d4076a482fe5d40e93b7 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -5807,7 +5807,7 @@ TEST_P(ParameterizedWebFrameTest, FirstPartyForCookiesForRedirect)
|
| class TestNavigationPolicyWebFrameClient : public FrameTestHelpers::TestWebFrameClient {
|
| public:
|
|
|
| - void didNavigateWithinPage(WebLocalFrame*, const WebHistoryItem&, WebHistoryCommitType) override
|
| + void didNavigateWithinPage(WebLocalFrame*, const WebHistoryItem&, WebHistoryCommitType, bool) override
|
| {
|
| EXPECT_TRUE(false);
|
| }
|
| @@ -6208,7 +6208,7 @@ public:
|
| {
|
| }
|
|
|
| - void didNavigateWithinPage(WebLocalFrame*, const WebHistoryItem&, WebHistoryCommitType type) override
|
| + void didNavigateWithinPage(WebLocalFrame*, const WebHistoryItem&, WebHistoryCommitType type, bool) override
|
| {
|
| m_lastCommitType = type;
|
| }
|
|
|