| Index: third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| index 9bd9e8d0722da7e99a7417eb5642eb2d06af468b..ba949984832585d161c0f826caac42ef706a485d 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| @@ -524,7 +524,7 @@ DEFINE_TRACE(DateTimeEditElement) {
|
|
|
| inline Element* DateTimeEditElement::fieldsWrapperElement() const {
|
| DCHECK(firstChild());
|
| - return toElement(firstChild());
|
| + return toElementOrDie(firstChild());
|
| }
|
|
|
| void DateTimeEditElement::addField(DateTimeFieldElement* field) {
|
|
|