| 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 fa5aee30a11db28e0d4cdae599841ce5ffb9e399..94bd696cf4a936875f4c9c2e213634404b906067 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 @@ InputTypeView* BaseButtonInputType::createView()
|
|
|
| void BaseButtonInputType::createShadowSubtree()
|
| {
|
| - ASSERT(element().userAgentShadowRoot());
|
| + DCHECK(element().userAgentShadowRoot());
|
| element().userAgentShadowRoot()->appendChild(Text::create(element().document(), displayValue()));
|
| }
|
|
|
|
|