| 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 953713478302694c0d59a279dc2bb8d8766fa7fe..d7b4419d7256b5d043d4add47a3f50f2603a3b1c 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -791,7 +791,7 @@ void TypingCommand::DeleteKeyPressed(TextGranularity granularity,
|
| } else if (Element* table = TableElementJustBefore(visible_start)) {
|
| SetEndingSelection(
|
| SelectionInDOMTree::Builder()
|
| - .Collapse(Position::BeforeNode(table))
|
| + .Collapse(Position::BeforeNode(*table))
|
| .Extend(EndingSelection().Start())
|
| .SetIsDirectional(EndingSelection().IsDirectional())
|
| .Build());
|
|
|