| 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 e806ae436f4523006b13d27ec377c42715ea427a..f082b9b830412cb03895469cee64d63d49275cf3 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp
|
| @@ -37,10 +37,11 @@
|
| namespace blink {
|
|
|
| InsertTextCommand::InsertTextCommand(Document& document,
|
| + CommandSource source,
|
| const String& text,
|
| bool selectInsertedText,
|
| RebalanceType rebalanceType)
|
| - : CompositeEditCommand(document),
|
| + : CompositeEditCommand(document, source),
|
| m_text(text),
|
| m_selectInsertedText(selectInsertedText),
|
| m_rebalanceType(rebalanceType) {}
|
|
|