| Index: Source/core/layout/LayoutImage.cpp
|
| diff --git a/Source/core/layout/LayoutImage.cpp b/Source/core/layout/LayoutImage.cpp
|
| index 05a43fc90ee44152db9e7c0d7b64d6c2fb36c78c..f0a90e0bc6a2cf5f3e13357512f3f52b02614f0c 100644
|
| --- a/Source/core/layout/LayoutImage.cpp
|
| +++ b/Source/core/layout/LayoutImage.cpp
|
| @@ -274,6 +274,7 @@ HTMLMapElement* LayoutImage::imageMap() const
|
| bool LayoutImage::nodeAtPoint(HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction)
|
| {
|
| HitTestResult tempResult(result.hitTestRequest(), result.hitTestLocation());
|
| + tempResult.setValidityRect(result.validityRect());
|
| bool inside = LayoutReplaced::nodeAtPoint(tempResult, locationInContainer, accumulatedOffset, hitTestAction);
|
|
|
| if (!inside && result.hitTestRequest().listBased())
|
|
|