| Index: Source/WebCore/rendering/InlineTextBox.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/InlineTextBox.cpp (revision 148457)
|
| +++ Source/WebCore/rendering/InlineTextBox.cpp (working copy)
|
| @@ -376,7 +376,7 @@
|
| FloatPoint boxOrigin = locationIncludingFlipping();
|
| boxOrigin.moveBy(accumulatedOffset);
|
| FloatRect rect(boxOrigin, size());
|
| - if (m_truncation != cFullTruncation && visibleToHitTesting() && locationInContainer.intersects(rect)) {
|
| + if (m_truncation != cFullTruncation && visibleToHitTestRequest(request) && locationInContainer.intersects(rect)) {
|
| renderer()->updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffset)));
|
| if (!result.addNodeToRectBasedTestResult(renderer()->node(), request, locationInContainer, rect))
|
| return true;
|
|
|