| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| index 46e23a955f615725a7310d28ccdff9c6ab0d74cf..b1eb43c45f2d3d59d22359c46454ac4b8a293593 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -901,7 +901,7 @@ void TypingCommand::ForwardDeleteKeyPressed(TextGranularity granularity,
|
| EnclosingNodeOfType(visible_end.DeepEquivalent(), &IsTableCell);
|
| if (enclosing_table_cell &&
|
| visible_end.DeepEquivalent() ==
|
| - VisiblePosition::LastPositionInNode(enclosing_table_cell)
|
| + VisiblePosition::LastPositionInNode(*enclosing_table_cell)
|
| .DeepEquivalent())
|
| return;
|
| if (visible_end.DeepEquivalent() ==
|
|
|