Index: Source/web/tests/WebFrameTest.cpp |
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp |
index 9d4971d0a10b89d8c4bf6670c6f089e4d937bba3..6963403c0399e9e6dd8f0d0c16a6b4d6dc9586a5 100644 |
--- a/Source/web/tests/WebFrameTest.cpp |
+++ b/Source/web/tests/WebFrameTest.cpp |
@@ -6057,7 +6057,7 @@ TEST_F(WebFrameTest, DISABLED_FrameViewScrollAccountsForTopControls) |
webView->applyViewportDeltas(WebSize(0, 0), 1.0f, -30.0f); |
EXPECT_EQ_POINT(IntPoint(50, 55), frameView->maximumScrollPosition()); |
- // Simulate a RenderWidget::resize. The frame is resized to accomodate |
+ // Simulate a RenderPart::resize. The frame is resized to accomodate |
// the top controls and Blink's view of the top controls matches that of |
// the CC |
webView->setTopControlsLayoutHeight(10.0f); |