| Index: third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisiblePosition.cpp b/third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| index 50a68447957bca899aebd98f136060e90ca524df..8392727e1ccdbd57ba2e946e45bb30667f62f3ea 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisiblePosition.cpp
|
| @@ -111,7 +111,7 @@ template <typename Strategy>
|
| VisiblePositionTemplate<Strategy> VisiblePositionTemplate<Strategy>::BeforeNode(
|
| Node* node) {
|
| return Create(PositionWithAffinityTemplate<Strategy>(
|
| - PositionTemplate<Strategy>::BeforeNode(node)));
|
| + PositionTemplate<Strategy>::BeforeNode(*node)));
|
| }
|
|
|
| template <typename Strategy>
|
|
|