| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 38cd6baf033c0668cc77a0e587fdbcd611934b14..2466ae27869bdb510ce2e009f7eb16dd80218b86 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -68,6 +68,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ContextMenuParams)
|
| IPC_STRUCT_TRAITS_MEMBER(selection_text)
|
| IPC_STRUCT_TRAITS_MEMBER(suggested_filename)
|
| IPC_STRUCT_TRAITS_MEMBER(misspelled_word)
|
| + IPC_STRUCT_TRAITS_MEMBER(misspelling_hash)
|
| IPC_STRUCT_TRAITS_MEMBER(dictionary_suggestions)
|
| IPC_STRUCT_TRAITS_MEMBER(spellcheck_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(is_editable)
|
|
|