| Index: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| index acd9489baf7caa0da8dcca41f08d41638ebe2f9c..5d470c937d6b377553b60568dd7021ac8b986de3 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef ReplaceSelectionCommand_h
|
| #define ReplaceSelectionCommand_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| @@ -34,7 +35,7 @@ namespace blink {
|
| class DocumentFragment;
|
| class ReplacementFragment;
|
|
|
| -class ReplaceSelectionCommand final : public CompositeEditCommand {
|
| +class CORE_EXPORT ReplaceSelectionCommand final : public CompositeEditCommand {
|
| public:
|
| enum CommandOption {
|
| SelectReplacement = 1 << 0,
|
|
|