| Index: third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
|
| index d9b10dbc0e442df55aa42b61f33a9a968427a25f..17fa64b8186bcf4b58b015c4247ae4dd67e15237 100644
|
| --- a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
|
| @@ -116,7 +116,7 @@ class TestFrameClient : public FrameTestHelpers::TestWebFrameClient {
|
| void(const WebURLRequest&,
|
| WebNavigationPolicy,
|
| const WebString& downloadName,
|
| - bool shouldReplaceCurrentEntry));
|
| + WebFrameLoadType loadType));
|
| };
|
|
|
| class LinkSelectionTest : public LinkSelectionTestBase {
|
|
|