| 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 d7b4419d7256b5d043d4add47a3f50f2603a3b1c..3a7f22ca9eda1a0fea0c744a5b5a4a42dd52d6b3 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -913,7 +913,7 @@ void TypingCommand::ForwardDeleteKeyPressed(TextGranularity granularity,
|
| SelectionInDOMTree::Builder()
|
| .SetBaseAndExtentDeprecated(
|
| EndingSelection().End(),
|
| - Position::AfterNode(downstream_end.ComputeContainerNode()))
|
| + Position::AfterNode(*downstream_end.ComputeContainerNode()))
|
| .SetIsDirectional(EndingSelection().IsDirectional())
|
| .Build());
|
| TypingAddedToOpenCommand(kForwardDeleteKey);
|
|
|