Index: third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp b/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
index 8626e94ff41ba6a12da87e8bf7dec97684edd7ec..757bd9f91b308c83c8f6a41872ff1547dc43142f 100644 |
--- a/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
@@ -84,7 +84,7 @@ AtomicString FontCache::getFamilyNameForCharacter( |
UChar32 c, |
const FontDescription& fontDescription, |
FontFallbackPriority fallbackPriority) { |
- ASSERT(fm); |
+ DCHECK(fm); |
const size_t kMaxLocales = 4; |
const char* bcp47Locales[kMaxLocales]; |
@@ -202,7 +202,7 @@ PassRefPtr<SimpleFontData> FontCache::getLastResortFallbackFont( |
} |
#endif |
- ASSERT(fontPlatformData); |
+ DCHECK(fontPlatformData); |
return fontDataFromFontPlatformData(fontPlatformData, shouldRetain); |
} |