| Index: Source/WebCore/rendering/EllipsisBox.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/EllipsisBox.cpp (revision 148457)
|
| +++ Source/WebCore/rendering/EllipsisBox.cpp (working copy)
|
| @@ -146,7 +146,7 @@
|
| }
|
|
|
| LayoutRect boundsRect(adjustedLocation, LayoutSize(m_logicalWidth, m_height));
|
| - if (visibleToHitTesting() && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
|
| + if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
|
| renderer()->updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
|
| if (!result.addNodeToRectBasedTestResult(renderer()->node(), request, locationInContainer, boundsRect))
|
| return true;
|
|
|
| Property changes on: Source/WebCore/rendering/EllipsisBox.cpp
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - native
|
| + LF
|
|
|
|
|