| Index: third_party/WebKit/Source/core/html/forms/ResetInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ResetInputType.cpp b/third_party/WebKit/Source/core/html/forms/ResetInputType.cpp
|
| index c2cb117d8931a6e4ad7ad83b8f2bbc4a6c9ecf8e..e37c5929b93ae6d99b85651a30e3e3bb26716255 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ResetInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ResetInputType.cpp
|
| @@ -58,7 +58,7 @@ void ResetInputType::handleDOMActivateEvent(Event* event) {
|
| event->setDefaultHandled();
|
| }
|
|
|
| -String ResetInputType::defaultValue() const {
|
| +String ResetInputType::defaultLabel() const {
|
| return locale().queryString(WebLocalizedString::ResetButtonDefaultLabel);
|
| }
|
|
|
|
|