| Index: Source/core/editing/VisibleUnits.cpp
|
| diff --git a/Source/core/editing/VisibleUnits.cpp b/Source/core/editing/VisibleUnits.cpp
|
| index 8219e4fc2fa5f7346eef37d0f812ccf06edc0f9d..a6e0de9c1ef2d518d8f9c7d09d57601dd005e006 100644
|
| --- a/Source/core/editing/VisibleUnits.cpp
|
| +++ b/Source/core/editing/VisibleUnits.cpp
|
| @@ -1230,7 +1230,7 @@ VisiblePosition endOfParagraph(const VisiblePosition &c, EditingBoundaryCrossing
|
| } else if (editingIgnoresContent(n) || isRenderedTable(n)) {
|
| node = n;
|
| type = Position::PositionIsAfterAnchor;
|
| - n = NodeTraversal::nextSkippingChildren(n, stayInsideBlock);
|
| + n = NodeTraversal::nextSkippingChildren(*n, stayInsideBlock);
|
| } else {
|
| n = NodeTraversal::next(*n, stayInsideBlock);
|
| }
|
|
|