Chromium Code Reviews| Index: Source/core/html/HTMLButtonElement.h |
| diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h |
| index b70cd7f90c527146628e9fd03abf614cd4fc483a..5032c3869753ee543c093e3045f1c6d8d5f7e34e 100644 |
| --- a/Source/core/html/HTMLButtonElement.h |
| +++ b/Source/core/html/HTMLButtonElement.h |
| @@ -34,7 +34,7 @@ public: |
| void setType(const AtomicString&); |
| - String value() const; |
| + const AtomicString& value() const; |
| virtual bool willRespondToMouseClickEvents() OVERRIDE; |