Index: third_party/WebKit/Source/platform/fonts/FontCache.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h |
index e3e6fa373726c2506cd2fafb96b84890ebf451d8..a10b9bd34d68c265459caa2171985c2e914ab677 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCache.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.h |
@@ -228,7 +228,7 @@ class PLATFORM_EXPORT FontCache { |
void DisablePurging() { purge_prevent_count_++; } |
void EnablePurging() { |
- ASSERT(purge_prevent_count_); |
+ DCHECK(purge_prevent_count_); |
if (!--purge_prevent_count_) |
Purge(kPurgeIfNeeded); |
} |