| Index: third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| index e564b7c0d884b6ea903d2627b38ece6a15b724e2..e77b623cd29f05e5d6dac8ca04d8a6779f9d3a53 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -86,7 +86,7 @@ struct CommandNameEntry {
|
| };
|
|
|
| const CommandNameEntry kCommandNameEntries[] = {
|
| -#define V(name) {#name, WebEditingCommandType::name},
|
| +#define V(name) {#name, WebEditingCommandType::k##name},
|
| FOR_EACH_BLINK_EDITING_COMMAND_NAME(V)
|
| #undef V
|
| };
|
|
|