| Index: third_party/WebKit/Source/core/html/HTMLQuoteElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLQuoteElement.cpp b/third_party/WebKit/Source/core/html/HTMLQuoteElement.cpp
|
| index 1e15ef9f1410d6e412ad817ca4b7acf4726ac749..6260cca8c0d619ffedd3c223883fbaf6ad8c3169 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLQuoteElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLQuoteElement.cpp
|
| @@ -32,7 +32,7 @@ using namespace HTMLNames;
|
| inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document& document)
|
| : HTMLElement(tagName, document)
|
| {
|
| - ASSERT(hasTagName(qTag) || hasTagName(blockquoteTag));
|
| + DCHECK(hasTagName(qTag) || hasTagName(blockquoteTag));
|
| }
|
|
|
| DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLQuoteElement)
|
|
|