| Index: third_party/WebKit/public/web/WebFormElement.h
|
| diff --git a/third_party/WebKit/public/web/WebFormElement.h b/third_party/WebKit/public/web/WebFormElement.h
|
| index fcdcf8a1890aa4dd98fbb4be5ffb85b8d7547593..ddc8dd8cc505ada0b9c106e5acd389a107d57b79 100644
|
| --- a/third_party/WebKit/public/web/WebFormElement.h
|
| +++ b/third_party/WebKit/public/web/WebFormElement.h
|
| @@ -59,8 +59,7 @@ public:
|
| BLINK_EXPORT WebString action() const;
|
| BLINK_EXPORT WebString name() const;
|
| BLINK_EXPORT WebString method() const;
|
| - // FIXME: Deprecate and replace with WebVector<WebElement>.
|
| - BLINK_EXPORT void getNamedElements(const WebString&, WebVector<WebNode>&);
|
| +
|
| BLINK_EXPORT void getFormControlElements(WebVector<WebFormControlElement>&) const;
|
|
|
| // NOTE: This function dispatches "invalid" events. Only call this if
|
|
|