Index: third_party/WebKit/Source/core/css/CSSFontFaceRule.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceRule.cpp b/third_party/WebKit/Source/core/css/CSSFontFaceRule.cpp |
index 9898abc54dc8504ac2161d440a15e3df6be7faed..b10f0e324e188221750ad968ddf4cb40939f1aa9 100644 |
--- a/third_party/WebKit/Source/core/css/CSSFontFaceRule.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSFontFaceRule.cpp |
@@ -54,7 +54,7 @@ String CSSFontFaceRule::cssText() const { |
} |
void CSSFontFaceRule::reattach(StyleRuleBase* rule) { |
- ASSERT(rule); |
+ DCHECK(rule); |
m_fontFaceRule = toStyleRuleFontFace(rule); |
if (m_propertiesCSSOMWrapper) |
m_propertiesCSSOMWrapper->reattach(m_fontFaceRule->mutableProperties()); |