| Index: Source/core/input/EventHandler.cpp
|
| diff --git a/Source/core/input/EventHandler.cpp b/Source/core/input/EventHandler.cpp
|
| index 006aa2c40a9b7a45bfea777b122a31c3acd2a0e9..dc07433bdb5f98c9476d5953dacbb20671a6f216 100644
|
| --- a/Source/core/input/EventHandler.cpp
|
| +++ b/Source/core/input/EventHandler.cpp
|
| @@ -1737,9 +1737,7 @@ bool EventHandler::handleWheelEvent(const PlatformWheelEvent& event)
|
|
|
| LayoutPoint vPoint = view->rootFrameToContents(event.position());
|
|
|
| - // Pass Active to ensure that hit-test result in current document if otherwise empty
|
| - // TODO(majidvp): Avoid using Active to trigger hit-testing fallback. See http://crbug.com/505825
|
| - HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
|
| + HitTestRequest request(HitTestRequest::ReadOnly);
|
| HitTestResult result(request, vPoint);
|
| doc->layoutView()->hitTest(result);
|
|
|
|
|