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 a82e133a74db7c2da87c618205e002b9a3a54d35..b87c75cb52843e0fb2e77f9987f232dd9696b512 100644 |
--- a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp |
@@ -108,7 +108,7 @@ protected: |
// We need to set deviceSupportsMouse setting to true and page's focus controller to active |
// so that FrameView can set the mouse cursor. |
- m_webView = m_helper.initialize(false, &m_testFrameClient, nullptr, |
+ m_webView = m_helper.initialize(false, &m_testFrameClient, nullptr, nullptr, |
[](WebSettings* settings) { settings->setDeviceSupportsMouse(true); }); |
m_mainFrame = m_webView->mainFrameImpl(); |
FrameTestHelpers::loadHTMLString(m_mainFrame, kHTMLString, URLTestHelpers::toKURL("http://foobar.com")); |