| Index: third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| index 1cfe89d891559bd061dc7b164b13662f29e555ec..40a6714c744cfa55bfc967f7952667e7953c6d1e 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| @@ -7,8 +7,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Must be ordered in a case-folding manner for binary search.
|
| -// Covered by unit tests in EditingCommandTest.cpp (not able to use static_assert)
|
| +// Must be ordered in a case-folding manner for binary search. Covered by unit
|
| +// tests in EditingCommandTest.cpp (not able to use static_assert)
|
| #define FOR_EACH_BLINK_EDITING_COMMAND_NAME(V) \
|
| V(AlignCenter) \
|
| V(AlignJustified) \
|
|
|