| Index: third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp
|
| index 99f7960b16e25a8fd892b5448e6d9d13077d7009..9915a00bfd83b934e1536ad24c2a4df800ae3553 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp
|
| @@ -62,7 +62,7 @@ void BaseButtonInputType::createShadowSubtree() {
|
| }
|
|
|
| void BaseButtonInputType::valueAttributeChanged() {
|
| - toText(element().userAgentShadowRoot()->firstChild())
|
| + toTextOrDie(element().userAgentShadowRoot()->firstChild())
|
| ->setData(displayValue());
|
| }
|
|
|
|
|