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

Unified Diff: third_party/WebKit/Source/core/dom/PseudoElementData.h

Issue 2401523002: Replace ASSERT family with DCHECK and so on in core/dom/. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/PseudoElement.cpp ('k') | third_party/WebKit/Source/core/dom/Range.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/PseudoElementData.h
diff --git a/third_party/WebKit/Source/core/dom/PseudoElementData.h b/third_party/WebKit/Source/core/dom/PseudoElementData.h
index d95a58a03ec4e3580a3ec6ed1db7d892dd4e18fb..53e03d9d6bcb2b7d6f8c78f99aeef3c996d90223 100644
--- a/third_party/WebKit/Source/core/dom/PseudoElementData.h
+++ b/third_party/WebKit/Source/core/dom/PseudoElementData.h
@@ -73,7 +73,7 @@ inline void PseudoElementData::setPseudoElement(PseudoId pseudoId,
m_generatedFirstLetter = element;
break;
default:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/PseudoElement.cpp ('k') | third_party/WebKit/Source/core/dom/Range.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698