Index: third_party/WebKit/Source/core/css/FontSize.h |
diff --git a/third_party/WebKit/Source/core/css/FontSize.h b/third_party/WebKit/Source/core/css/FontSize.h |
index a5a356bb2b70888acfe83bced119477f5762fc2c..b93daab6874c48ad8ba69c92864d54500ed2c004 100644 |
--- a/third_party/WebKit/Source/core/css/FontSize.h |
+++ b/third_party/WebKit/Source/core/css/FontSize.h |
@@ -50,7 +50,7 @@ class FontSize { |
// function returns |
// values from '1' to '8'. |
static unsigned keywordSize(CSSValueID valueID) { |
- ASSERT(isValidValueID(valueID)); |
+ DCHECK(isValidValueID(valueID)); |
return valueID - CSSValueXxSmall + 1; |
} |