| Index: third_party/WebKit/public/web/WebContextMenuData.h
|
| diff --git a/third_party/WebKit/public/web/WebContextMenuData.h b/third_party/WebKit/public/web/WebContextMenuData.h
|
| index 8970ee8aa77cddcb0a176aba5a67ba6555b5600f..ebd769dbd8188d888df1c2368066ab85dd86f707 100644
|
| --- a/third_party/WebKit/public/web/WebContextMenuData.h
|
| +++ b/third_party/WebKit/public/web/WebContextMenuData.h
|
| @@ -121,7 +121,8 @@ struct WebContextMenuData {
|
| // The raw text of the selection in context.
|
| WebString selectedText;
|
|
|
| - // Title attribute or alt attribute (if title is not available) of the selection in context.
|
| + // Title attribute or alt attribute (if title is not available) of the
|
| + // selection in context.
|
| WebString titleText;
|
|
|
| // Whether spell checking is enabled.
|
|
|