Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/NamedNodeMap.h |
| diff --git a/third_party/WebKit/Source/core/dom/NamedNodeMap.h b/third_party/WebKit/Source/core/dom/NamedNodeMap.h |
| index ce3634ebe947e1a7dd00ad6a5f407f53bff4da50..6376a275f055963085429fad9d587dd02edf0135 100644 |
| --- a/third_party/WebKit/Source/core/dom/NamedNodeMap.h |
| +++ b/third_party/WebKit/Source/core/dom/NamedNodeMap.h |
| @@ -71,7 +71,7 @@ private: |
| : m_element(element) |
| { |
| // Only supports NamedNodeMaps with Element associated. |
| - ASSERT(m_element); |
| + DCHECK(m_element); |
| } |
| Member<Element> m_element; |