| Index: third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| index 345fa407aa2f38010fc2cc9850747b84eec9a423..5eadf1b6998b8274997e086afc218b5f40bbb5f2 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| @@ -32,7 +32,7 @@ namespace blink {
|
|
|
| class Text;
|
|
|
| -class SplitTextNodeCommand final : public SimpleEditCommand {
|
| +class CORE_EXPORT SplitTextNodeCommand final : public SimpleEditCommand {
|
| public:
|
| static SplitTextNodeCommand* Create(Text* node, int offset) {
|
| return new SplitTextNodeCommand(node, offset);
|
|
|