| Index: Source/core/frame/RootFrameViewportTest.cpp
|
| diff --git a/Source/core/frame/RootFrameViewportTest.cpp b/Source/core/frame/RootFrameViewportTest.cpp
|
| index ac99d6c1e8aae7c1dc7edc33359f1e30db2b7557..68d88dfee1283d0a2e839ea4b8d1703f925dd716 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);
|
|
|