Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: third_party/WebKit/Source/core/editing/commands/InsertListCommand.h

Issue 2308683003: Add a missing updateStyleAndLayout call in InsertListCommand. (Closed)
Patch Set: -to. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 };
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698