Index: third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
diff --git a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
index b074a0136f4f4539d860c0c9f74d03cfe697d0d1..3c8135b37fc8dba1872f8a36752f68ad55ead6b9 100644 |
--- a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
+++ b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
@@ -111,7 +111,7 @@ typename GlyphMetricsMap<T>::GlyphMetricsPage* |
GlyphMetricsMap<T>::locatePageSlowCase(unsigned pageNumber) { |
GlyphMetricsPage* page; |
if (!pageNumber) { |
- ASSERT(!m_filledPrimaryPage); |
+ DCHECK(!m_filledPrimaryPage); |
page = &m_primaryPage; |
m_filledPrimaryPage = true; |
} else { |