| Index: public/web/WebContextMenuData.h
|
| diff --git a/public/web/WebContextMenuData.h b/public/web/WebContextMenuData.h
|
| index 09cb0f4251f39fb4e8fa0d2cceb8bf0fd890328b..bf7cd545ab0c22d992b5abc9dc0a34bf3e44c345 100644
|
| --- a/public/web/WebContextMenuData.h
|
| +++ b/public/web/WebContextMenuData.h
|
| @@ -117,6 +117,9 @@ struct WebContextMenuData {
|
| // Whether spell checking is enabled.
|
| bool isSpellCheckingEnabled;
|
|
|
| + // Suggested filename for saving file.
|
| + WebString suggestedFilename;
|
| +
|
| // The editable (possibily) misspelled word.
|
| WebString misspelledWord;
|
|
|
|
|