https://bugs.webkit.org/show_bug.cgi?id=81255
Reviewed by Kent Tamura.
No new tests, no change in behavior.
* html/HTMLFormControlElement.h:
* html/HTMLInputElement.h:
(HTMLInputElement):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111026
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-16 Adam Klein <adamk@chromium.org>
+
+ Make HTMLInputElement::isRadioButton non-virtual and remove unused HTMLFormControlElement::isRadioButton method
+ https://bugs.webkit.org/show_bug.cgi?id=81255
+
+ Reviewed by Kent Tamura.
+
+ No new tests, no change in behavior.
+
+ * html/HTMLFormControlElement.h:
+ * html/HTMLInputElement.h:
+ (HTMLInputElement):
+
2012-03-16 Tay Grigg <tgrigg@rim.com>
[BlackBerry] Update NetworkJob to accept batched headers
virtual bool isEnabledFormControl() const { return !disabled(); }
virtual bool isReadOnlyFormControl() const { return readOnly(); }
- virtual bool isRadioButton() const { return false; }
virtual bool canTriggerImplicitSubmission() const { return false; }
// Override in derived classes to get the encoded name=value pair for submitting.
bool isTextButton() const;
- virtual bool isRadioButton() const;
+ bool isRadioButton() const;
bool isTextField() const;
bool isSearchField() const;
bool isInputTypeHidden() const;