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 40bb323002204f952d1e8824d709e8fb7e3e40d5..aeb8dde6460ef1e8fa356ca6b33e0abe040b2d80 100644 |
--- a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
+++ b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
@@ -112,7 +112,7 @@ typename GlyphMetricsMap<T>::GlyphMetricsPage* |
GlyphMetricsMap<T>::LocatePageSlowCase(unsigned page_number) { |
GlyphMetricsPage* page; |
if (!page_number) { |
- ASSERT(!filled_primary_page_); |
+ DCHECK(!filled_primary_page_); |
page = &primary_page_; |
filled_primary_page_ = true; |
} else { |