| Index: WebKit/chromium/public/WebFormElement.h
|
| ===================================================================
|
| --- WebKit/chromium/public/WebFormElement.h (revision 58048)
|
| +++ WebKit/chromium/public/WebFormElement.h (working copy)
|
| @@ -63,7 +63,6 @@
|
| WEBKIT_API WebString action() const;
|
| WEBKIT_API WebString name() const;
|
| WEBKIT_API WebString method() const;
|
| - WEBKIT_API bool wasUserSubmitted() const;
|
| WEBKIT_API void submit();
|
| // FIXME: Deprecate and replace with WebVector<WebElement>.
|
| WEBKIT_API void getNamedElements(const WebString&, WebVector<WebNode>&);
|
|
|