| Index: public/web/WebFormElement.h
|
| diff --git a/public/web/WebFormElement.h b/public/web/WebFormElement.h
|
| index b5f1c3ad487e4da7936b1ae5e37c2e0cdf293808..c3d30732a2cfcf9f88ed91e601c2f0bf804a0cfa 100644
|
| --- a/public/web/WebFormElement.h
|
| +++ b/public/web/WebFormElement.h
|
| @@ -68,6 +68,7 @@ namespace WebKit {
|
| // FIXME: Deprecate and replace with WebVector<WebElement>.
|
| WEBKIT_EXPORT void getNamedElements(const WebString&, WebVector<WebNode>&);
|
| WEBKIT_EXPORT void getFormControlElements(WebVector<WebFormControlElement>&) const;
|
| + WEBKIT_EXPORT bool checkValidityWithoutDispatchingEvents();
|
|
|
| enum AutocompleteResult {
|
| AutocompleteResultSuccess,
|
|
|