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

Unified Diff: third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp

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/CSSKeyframeRule.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp b/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp
index d3030b995094e2cadd8b9f04ecd592c8efcb3c1d..5219e6c4a6d8aa1230a3b5f6b59cc7e9ed49fd68 100644
--- a/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp
+++ b/third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp
@@ -62,7 +62,7 @@ CSSStyleDeclaration* CSSKeyframeRule::style() const {
void CSSKeyframeRule::reattach(StyleRuleBase*) {
// No need to reattach, the underlying data is shareable on mutation.
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
DEFINE_TRACE(CSSKeyframeRule) {
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSImportRule.cpp ('k') | third_party/WebKit/Source/core/css/CSSKeyframesRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698