| Index: third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| index 012d16f04b34e8fec5aa9c12e3a8376100ec1d9a..c9b730cefbea7ed15d5136c8fb9e71554b305c6b 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| @@ -33,7 +33,7 @@ namespace blink {
|
| class HTMLElement;
|
| class HTMLUListElement;
|
|
|
| -class InsertListCommand final : public CompositeEditCommand {
|
| +class CORE_EXPORT InsertListCommand final : public CompositeEditCommand {
|
| public:
|
| enum Type { OrderedList, UnorderedList };
|
|
|
|
|