Chromium Code Reviews| Index: chrome/common/spellcheck_messages.h |
| diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h |
| index e69983ba94420995b0a62c34c87fb5421a4141b1..39c6ddbef5ffee5eccb28e6b5cc820626b8b4492 100644 |
| --- a/chrome/common/spellcheck_messages.h |
| +++ b/chrome/common/spellcheck_messages.h |
| @@ -11,11 +11,11 @@ |
| #define IPC_MESSAGE_START SpellCheckMsgStart |
| -IPC_ENUM_TRAITS(WebKit::WebTextCheckingResult::Error) |
| +IPC_ENUM_TRAITS(WebKit::WebTextCheckingType) |
| IPC_STRUCT_TRAITS_BEGIN(WebKit::WebTextCheckingResult) |
| - IPC_STRUCT_TRAITS_MEMBER(error) |
| - IPC_STRUCT_TRAITS_MEMBER(position) |
| + IPC_STRUCT_TRAITS_MEMBER(type) |
| + IPC_STRUCT_TRAITS_MEMBER(location) |
| IPC_STRUCT_TRAITS_MEMBER(length) |
|
Hironori Bono
2012/02/10 06:44:21
Do we need IPC_STRUCT_TRAITS_MEMBER(replacement)?
|
| IPC_STRUCT_TRAITS_END() |