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 0d46a9f7871138845daed5a6cf6c701a9779c5c8..02628ceee65bd26129c9fe5bd5aaf28e99808500 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& font_description, |
FontFallbackPriority fallback_priority) { |
- ASSERT(fm); |
+ DCHECK(fm); |
const size_t kMaxLocales = 4; |
const char* bcp47_locales[kMaxLocales]; |
@@ -211,7 +211,7 @@ PassRefPtr<SimpleFontData> FontCache::GetLastResortFallbackFont( |
} |
#endif |
- ASSERT(font_platform_data); |
+ DCHECK(font_platform_data); |
return FontDataFromFontPlatformData(font_platform_data, should_retain); |
} |