Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index 6004b83837bf0f45f4848c720a1b09b1f6e30dce..7a8c5ec7841e3095024755a861d00223bfb2006a 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -331,7 +331,7 @@ private: |
virtual bool appendFormData(FormDataList&, bool) OVERRIDE; |
virtual String resultForDialogSubmit() OVERRIDE; |
- virtual bool isSuccessfulSubmitButton() const; |
+ virtual bool canBeSuccessfulSubmitButton() const OVERRIDE; |
virtual void resetImpl() OVERRIDE; |