| Index: third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| index cdafbfa884f6417baf442ef0ae6269eea0047976..fff50ac32dd08456e4c7796c309156825cb4bc82 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| @@ -335,7 +335,7 @@ Position InsertTextCommand::InsertTab(const Position& pos,
|
| return Position();
|
|
|
| // return the position following the new tab
|
| - return Position::LastPositionInNode(span_element);
|
| + return Position::LastPositionInNode(*span_element);
|
| }
|
|
|
| } // namespace blink
|
|
|