| Index: Source/core/html/HTMLButtonElement.cpp
|
| diff --git a/Source/core/html/HTMLButtonElement.cpp b/Source/core/html/HTMLButtonElement.cpp
|
| index d70626f755fb1c3aeb840c789a9e76cb2ccdb039..4b3c235fdab8ef013eca50e1f1df847e2349b531 100644
|
| --- a/Source/core/html/HTMLButtonElement.cpp
|
| +++ b/Source/core/html/HTMLButtonElement.cpp
|
| @@ -194,7 +194,7 @@ bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const
|
| return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute);
|
| }
|
|
|
| -String HTMLButtonElement::value() const
|
| +const AtomicString& HTMLButtonElement::value() const
|
| {
|
| return getAttribute(valueAttr);
|
| }
|
|
|