| Index: chrome/common/spellcheck_messages.h
|
| diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h
|
| index e69983ba94420995b0a62c34c87fb5421a4141b1..f1af8c10111a5b73d214dd282811ec7afacb5028 100644
|
| --- a/chrome/common/spellcheck_messages.h
|
| +++ b/chrome/common/spellcheck_messages.h
|
| @@ -11,12 +11,13 @@
|
|
|
| #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)
|
| + IPC_STRUCT_TRAITS_MEMBER(replacement)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|
|
|