Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp |
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp |
index c41ff1a9429e447a282b50ddbae6b09d4d113fc7..e0a0d72d5c18bff5f7e2d48a59ad9c489de250d7 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp |
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp |
@@ -1026,7 +1026,7 @@ static void accumulateDocumentTouchEventTargetRects(LayerHitTestRects& rects, |
const Document* document) { |
DCHECK(document); |
const EventTargetSet* targets = |
- document->frameHost()->eventHandlerRegistry().eventHandlerTargets( |
+ document->page()->eventHandlerRegistry().eventHandlerTargets( |
EventHandlerRegistry::TouchStartOrMoveEventBlocking); |
if (!targets) |
return; |