Index: third_party/WebKit/Source/core/html/HTMLFormElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.h b/third_party/WebKit/Source/core/html/HTMLFormElement.h |
index 219c15e8a8be74da880722e37482610f42fabeb2..9dbecb71bf0a36d72b628271c2d08214f1885ba9 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFormElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFormElement.h |
@@ -91,7 +91,9 @@ public: |
bool wasUserSubmitted() const; |
- HTMLFormControlElement* defaultButton() const; |
+ // Find the 'default button.' |
+ // https://html.spec.whatwg.org/multipage/forms.html#default-button |
+ HTMLFormControlElement* findDefaultButton() const; |
bool checkValidity(); |
bool reportValidity(); |