| 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 98f2ff6d7e3f062dfbafa7429d4d9265f343b0b4..174c39dc61b02c9d65639136a24c57a3baed0811 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| @@ -283,7 +283,7 @@ Position InsertTextCommand::insertTab(const Position& pos, EditingState* editing
|
| return Position();
|
|
|
| // return the position following the new tab
|
| - return lastPositionInNode(spanElement);
|
| + return Position::lastPositionInNode(spanElement);
|
| }
|
|
|
| } // namespace blink
|
|
|