| Index: third_party/WebKit/Source/web/WebEntities.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEntities.cpp b/third_party/WebKit/Source/web/WebEntities.cpp
|
| index 22b247e1ba338b31e44e966eaa39865abd2d4fb1..28241c3c3685bb3fc514189f7a894f0d5701532b 100644
|
| --- a/third_party/WebKit/Source/web/WebEntities.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEntities.cpp
|
| @@ -38,7 +38,7 @@ namespace blink {
|
|
|
| WebEntities::WebEntities(bool xmlEntities)
|
| {
|
| - ASSERT(m_entitiesMap.isEmpty());
|
| + DCHECK(m_entitiesMap.isEmpty());
|
| m_entitiesMap.set(0x003c, "lt");
|
| m_entitiesMap.set(0x003e, "gt");
|
| m_entitiesMap.set(0x0026, "amp");
|
|
|