| Index: third_party/WebKit/Source/core/dom/TagCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TagCollection.h b/third_party/WebKit/Source/core/dom/TagCollection.h
|
| index 8e8fc679c8d6eb566fc5449b83bb4f22aaa952aa..b6bfa4a08fb79cee963bdb692fcf2e4483241cbf 100644
|
| --- a/third_party/WebKit/Source/core/dom/TagCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/TagCollection.h
|
| @@ -34,7 +34,7 @@ class TagCollection : public HTMLCollection {
|
| public:
|
| static RawPtr<TagCollection> create(ContainerNode& rootNode, const AtomicString& namespaceURI, const AtomicString& localName)
|
| {
|
| - ASSERT(namespaceURI != starAtom);
|
| + DCHECK(namespaceURI != starAtom);
|
| return new TagCollection(rootNode, TagCollectionType, namespaceURI, localName);
|
| }
|
|
|
|
|