| 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 74d6bd412cc011dca912d48fb3769f903f0b9e86..5df6c6876eab03c61aa12e7771b56471a6f78432 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);
|
|
|