| Index: third_party/WebKit/Source/core/dom/QualifiedName.h
|
| diff --git a/third_party/WebKit/Source/core/dom/QualifiedName.h b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| index c6f506390e510fbeb996df22b5f8a6db7cc49076..f9e18c6029a3d3822f63106abc54f011ab74dceb 100644
|
| --- a/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| +++ b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| @@ -91,7 +91,7 @@ public:
|
| , m_namespace(namespaceURI)
|
|
|
| {
|
| - ASSERT(!namespaceURI.isEmpty() || namespaceURI.isNull());
|
| + DCHECK(!namespaceURI.isEmpty() || namespaceURI.isNull());
|
| }
|
| };
|
|
|
|
|