| Index: Source/WebCore/rendering/RenderInline.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderInline.cpp (revision 148175)
|
| +++ Source/WebCore/rendering/RenderInline.cpp (working copy)
|
| @@ -775,7 +775,7 @@
|
| bool RenderInline::hitTestCulledInline(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset)
|
| {
|
| ASSERT(result.isRectBasedTest() && !alwaysCreateLineBoxes());
|
| - if (!visibleToHitTesting())
|
| + if (!visibleToHitTestRequest(request))
|
| return false;
|
|
|
| HitTestLocation tmpLocation(locationInContainer, -toLayoutSize(accumulatedOffset));
|
|
|