Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/WebKit/Source/core/css/CSSFontFace.h

Issue 2755493004: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ (Closed)
Patch Set: All windows error are Resolved now. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSFontFace.h
diff --git a/third_party/WebKit/Source/core/css/CSSFontFace.h b/third_party/WebKit/Source/core/css/CSSFontFace.h
index bac50c541e15f1e2d821a8d128d297048ad364c5..f58df5b941d36f261588b8c303d3ffe6c3613acd 100644
--- a/third_party/WebKit/Source/core/css/CSSFontFace.h
+++ b/third_party/WebKit/Source/core/css/CSSFontFace.h
@@ -52,7 +52,7 @@ class CORE_EXPORT CSSFontFace final
: m_ranges(adoptRef(new UnicodeRangeSet(ranges))),
m_segmentedFontFace(nullptr),
m_fontFace(fontFace) {
- ASSERT(m_fontFace);
+ DCHECK(m_fontFace);
}
FontFace* fontFace() const { return m_fontFace; }
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h ('k') | third_party/WebKit/Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698