Index: third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
index faf99c2115e1bcbea0780ddba342896b0fe5ef4c..6fd0027a2c75eea545cce302e5405d34540de264 100644 |
--- a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp |
@@ -78,7 +78,7 @@ public: |
// Load a page with large body and set viewport size to 400x400 to ensure |
// main frame is scrollable. |
- m_helper.initializeAndLoad(m_baseURL + pageName, true, 0, 0, &configureSettings); |
+ m_helper.initializeAndLoad(m_baseURL + pageName, true, nullptr, nullptr, nullptr, &configureSettings); |
webViewImpl()->resize(IntSize(400, 400)); |
return webViewImpl(); |