| Index: third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h
|
| index 4236e1b7964baffa0de1c54a1390d8a849e9eca8..7086c564262ac132aff095f74398b72b3b45faeb 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h
|
| @@ -9,7 +9,8 @@
|
|
|
| namespace blink {
|
|
|
| -class InsertIncrementalTextCommand final : public InsertTextCommand {
|
| +class CORE_EXPORT InsertIncrementalTextCommand final
|
| + : public InsertTextCommand {
|
| public:
|
| static InsertIncrementalTextCommand* create(
|
| Document&,
|
|
|