| 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 183403d5088dc50f8ddebc4ec3271022bcd066bf..39c2346dc970e3696ae64754863b7d364e2ce2b1 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -85,7 +85,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
|
| };
|
|
|