| Index: third_party/WebKit/Source/core/html/HTMLElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| index 10333a4b80021705a01022677d629d53dd7c1060..ac8f61901454aacc5b79610eaa5469c97871bb42 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -162,7 +162,7 @@ template <> inline bool isElementOfType<const HTMLElement>(const HTMLElement&) {
|
| inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document& document, ConstructionType type = CreateHTMLElement)
|
| : Element(tagName, &document, type)
|
| {
|
| - ASSERT(!tagName.localName().isNull());
|
| + DCHECK(!tagName.localName().isNull());
|
| }
|
|
|
| inline bool Node::hasTagName(const HTMLQualifiedName& name) const
|
|
|