| Index: Source/WebCore/rendering/RenderInline.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderInline.cpp (revision 148457)
|
| +++ 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));
|
|
|
| Property changes on: Source/WebCore/rendering/RenderInline.cpp
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - native
|
| + LF
|
|
|
|
|