| 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 62b041dac65104da1f8a6d0d73f05aeced9e8d4a..e7e2641cd6a3f37d3c643edb10c114031748f896 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace blink {
|
|
|
| -class InsertTextCommand : public CompositeEditCommand {
|
| +class CORE_EXPORT InsertTextCommand : public CompositeEditCommand {
|
| public:
|
| enum RebalanceType {
|
| RebalanceLeadingAndTrailingWhitespaces,
|
|
|