| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| index 8b6503bdabd8f61bc389e997f3893eac31988656..cbff47f223602740bd177fa335e392564e15499f 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -27,6 +27,7 @@
|
| #define CompositeEditCommand_h
|
|
|
| #include "core/CSSPropertyNames.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/editing/commands/EditCommand.h"
|
| #include "core/editing/commands/EditingState.h"
|
| #include "core/editing/commands/UndoStep.h"
|
| @@ -72,7 +73,7 @@ private:
|
| EditAction m_editAction;
|
| };
|
|
|
| -class CompositeEditCommand : public EditCommand {
|
| +class CORE_EXPORT CompositeEditCommand : public EditCommand {
|
| public:
|
| enum ShouldPreserveSelection { PreserveSelection, DoNotPreserveSelection };
|
| enum ShouldPreserveStyle { PreserveStyle, DoNotPreserveStyle };
|
|
|