| Index: third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
|
| index b922761634ba937880c70fc21add94f556d91be4..b2553350d0b74a9bad88ae3176dc97080f30a3ad 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
|
| @@ -43,6 +43,8 @@ public:
|
| return new InsertTextCommand(document, text, selectInsertedText, rebalanceType);
|
| }
|
|
|
| + String textDataForInputEvent() const final;
|
| +
|
| private:
|
| InsertTextCommand(Document&, const String& text, bool selectInsertedText, RebalanceType);
|
|
|
|
|