| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| index 7a52aa8e667ac4f7effa930e1032ec2b29425124..2955430895d1e00bb15d17427485f7c4e191e197 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| @@ -73,7 +73,7 @@ class CORE_EXPORT TypingCommand final : public CompositeEditCommand {
|
| const bool isIncrementalInsertion = false);
|
| static void insertText(Document&,
|
| const String&,
|
| - const VisibleSelection&,
|
| + const SelectionInDOMTree&,
|
| Options,
|
| TextCompositionType = TextCompositionNone,
|
| const bool isIncrementalInsertion = false);
|
|
|