| Index: public/web/WebTextInputInfo.h
|
| diff --git a/public/web/WebTextInputInfo.h b/public/web/WebTextInputInfo.h
|
| index 6b6d898ade28bb9b7e53dcedb79368a86a4eaa1e..c1b7fced864d1f089b4e2a65ef0e07475cfcdf29 100644
|
| --- a/public/web/WebTextInputInfo.h
|
| +++ b/public/web/WebTextInputInfo.h
|
| @@ -52,6 +52,7 @@ struct WebTextInputInfo {
|
| int compositionEnd;
|
|
|
| // The inputmode attribute value of the currently focused input field.
|
| + // This string is lower-case.
|
| WebString inputMode;
|
|
|
| WEBKIT_EXPORT bool equals(const WebTextInputInfo&) const;
|
|
|