| Index: public/web/WebContextMenuData.h
|
| diff --git a/public/web/WebContextMenuData.h b/public/web/WebContextMenuData.h
|
| index bf7cd545ab0c22d992b5abc9dc0a34bf3e44c345..66e4d802b6a683fbf19f663e1570020c476fb572 100644
|
| --- a/public/web/WebContextMenuData.h
|
| +++ b/public/web/WebContextMenuData.h
|
| @@ -176,6 +176,7 @@ struct WebContextMenuData {
|
| , hasImageContents(true)
|
| , mediaFlags(MediaNone)
|
| , isSpellCheckingEnabled(false)
|
| + , misspellingHash(0)
|
| , isEditable(false)
|
| , writingDirectionDefault(CheckableMenuItemDisabled)
|
| , writingDirectionLeftToRight(CheckableMenuItemEnabled)
|
|
|