Index: Source/core/frame/RootFrameViewportTest.cpp |
diff --git a/Source/core/frame/RootFrameViewportTest.cpp b/Source/core/frame/RootFrameViewportTest.cpp |
index d2ac084f0659a45d3d71b6b8672f34540a7a54ba..09938ef960763cc8fc191b2c640998b79cefdd97 100644 |
--- a/Source/core/frame/RootFrameViewportTest.cpp |
+++ b/Source/core/frame/RootFrameViewportTest.cpp |
@@ -493,7 +493,7 @@ TEST_F(RootFrameViewportTest, BasicWheelEvent) |
ScrollResult result = rootFrameViewport->handleWheel(wheelEvent); |
- EXPECT_TRUE(result.didScroll); |
+ EXPECT_TRUE(result.didScroll()); |
EXPECT_POINT_EQ(DoublePoint(50, 50), visualViewport.scrollPositionDouble()); |
EXPECT_POINT_EQ(DoublePoint(100, 200), layoutViewport.scrollPositionDouble()); |
EXPECT_EQ(-350, result.unusedScrollDeltaX); |