Index: Source/core/html/HTMLButtonElement.h |
diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h |
index 9f33db3deda68aebd3ff8694ac987e1dac1167ee..b70cd7f90c527146628e9fd03abf614cd4fc483a 100644 |
--- a/Source/core/html/HTMLButtonElement.h |
+++ b/Source/core/html/HTMLButtonElement.h |
@@ -60,7 +60,7 @@ private: |
virtual bool supportLabels() const OVERRIDE { return true; } |
virtual bool isInteractiveContent() const OVERRIDE; |
- virtual bool isSuccessfulSubmitButton() const; |
+ virtual bool canBeSuccessfulSubmitButton() const OVERRIDE; |
virtual bool isActivatedSubmit() const; |
virtual void setActivatedSubmit(bool flag); |