| Index: Source/core/layout/LayoutInline.cpp
|
| diff --git a/Source/core/layout/LayoutInline.cpp b/Source/core/layout/LayoutInline.cpp
|
| index 6f953574638a44b9227b58d8465d3ba5aa7b5bd3..7c2c4e7e071ce846e4562e73f31836306289771f 100644
|
| --- a/Source/core/layout/LayoutInline.cpp
|
| +++ b/Source/core/layout/LayoutInline.cpp
|
| @@ -1258,8 +1258,7 @@ void LayoutInline::updateHitTestResult(HitTestResult& result, const LayoutPoint&
|
| localPoint.moveBy(block->location() - firstBlock->locationOffset());
|
| }
|
|
|
| - result.setInnerNode(n);
|
| - result.setLocalPoint(localPoint);
|
| + result.setNodeAndPosition(n, localPoint);
|
| }
|
| }
|
|
|
|
|