| 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 35fac53585e316450c565fe9a20deccce51462f7..53308c7f30cf34ce5642325a8d42c01ba8109fc7 100644
|
| --- a/third_party/WebKit/public/web/WebFormElement.h
|
| +++ b/third_party/WebKit/public/web/WebFormElement.h
|
| @@ -59,7 +59,6 @@ public:
|
| BLINK_EXPORT WebString action() const;
|
| BLINK_EXPORT WebString name() const;
|
| BLINK_EXPORT WebString method() const;
|
| - BLINK_EXPORT bool wasUserSubmitted() const;
|
| // FIXME: Deprecate and replace with WebVector<WebElement>.
|
| BLINK_EXPORT void getNamedElements(const WebString&, WebVector<WebNode>&);
|
| BLINK_EXPORT void getFormControlElements(WebVector<WebFormControlElement>&) const;
|
|
|