| Index: Source/core/html/HTMLButtonElement.h
|
| diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h
|
| index 37d545ec7b6d9856ad4f5a826aa0fbc446b93eb1..e31e41d3c35764c1f6d184be3b6c8ea27d4344d2 100644
|
| --- a/Source/core/html/HTMLButtonElement.h
|
| +++ b/Source/core/html/HTMLButtonElement.h
|
| @@ -33,7 +33,7 @@ public:
|
| static PassRefPtr<HTMLButtonElement> create(const QualifiedName&, Document*, HTMLFormElement*);
|
|
|
| void setType(const AtomicString&);
|
| -
|
| +
|
| String value() const;
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
| @@ -56,7 +56,7 @@ private:
|
|
|
| virtual bool appendFormData(FormDataList&, bool);
|
|
|
| - virtual bool isEnumeratable() const { return true; }
|
| + virtual bool isEnumeratable() const { return true; }
|
| virtual bool supportLabels() const OVERRIDE { return true; }
|
|
|
| virtual bool isSuccessfulSubmitButton() const;
|
|
|