Index: third_party/WebKit/Source/core/editing/commands/EditCommand.h |
diff --git a/third_party/WebKit/Source/core/editing/commands/EditCommand.h b/third_party/WebKit/Source/core/editing/commands/EditCommand.h |
index 668b52e600a765c6467ed673d1307a7e4982c842..c075cb734cf22be583278058c60ca093fd4eaf6b 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h |
+++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h |
@@ -78,7 +78,7 @@ enum ShouldAssumeContentIsAlwaysEditable { |
DoNotAssumeContentIsAlwaysEditable, |
}; |
-class SimpleEditCommand : public EditCommand { |
+class CORE_EXPORT SimpleEditCommand : public EditCommand { |
public: |
virtual void doUnapply() = 0; |
virtual void doReapply(); // calls doApply() |