| Index: Source/core/page/Frame.cpp
|
| diff --git a/Source/core/page/Frame.cpp b/Source/core/page/Frame.cpp
|
| index 0ba5cc99c0cbe47d88989ca6d1e075dcd04dceb5..4fb183dc0ab49d0988c4e6ff6867c4da3b81fb85 100644
|
| --- a/Source/core/page/Frame.cpp
|
| +++ b/Source/core/page/Frame.cpp
|
| @@ -507,7 +507,7 @@ VisiblePosition Frame::visiblePositionForPoint(const IntPoint& framePoint)
|
| return VisiblePosition();
|
| VisiblePosition visiblePos = renderer->positionForPoint(result.localPoint());
|
| if (visiblePos.isNull())
|
| - visiblePos = firstPositionInOrBeforeNode(node.raw());
|
| + visiblePos = firstPositionInOrBeforeNode(node);
|
| return visiblePos;
|
| }
|
|
|
|
|