| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index f2699a098af85dd80054232b5d320497dfc02bf3..4ca42bad95ae95280fca5f3124dc2d1ab3c89221 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -62,6 +62,8 @@ public:
|
| virtual void dispatchFormControlChangeEvent();
|
| virtual void dispatchFormControlInputEvent();
|
|
|
| + virtual HTMLFormElement* formOwner() const OVERRIDE;
|
| +
|
| virtual bool isDisabledFormControl() const OVERRIDE;
|
|
|
| virtual bool isEnumeratable() const { return false; }
|
| @@ -147,7 +149,6 @@ private:
|
|
|
| virtual short tabIndex() const;
|
|
|
| - virtual HTMLFormElement* virtualForm() const;
|
| virtual bool isDefaultButtonForForm() const;
|
| virtual bool isValidFormControlElement();
|
| void updateAncestorDisabledState() const;
|
|
|