| Index: third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| index 7bc30d33472ac58178a07ab75cddfefdf1e5b0bb..8548c9cc310e3b4fe99dd6177277aa3e4fe17198 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| @@ -786,9 +786,8 @@ TEST_F(WebPluginContainerTest, NeedsWheelEvents) {
|
| pluginContainerOneElement.pluginContainer()->setWantsWheelEvents(true);
|
|
|
| runPendingTasks();
|
| - EXPECT_TRUE(
|
| - webView->page()->frameHost().eventHandlerRegistry().hasEventHandlers(
|
| - EventHandlerRegistry::WheelEventBlocking));
|
| + EXPECT_TRUE(webView->page()->eventHandlerRegistry().hasEventHandlers(
|
| + EventHandlerRegistry::WheelEventBlocking));
|
| }
|
|
|
| } // namespace blink
|
|
|