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

Unified Diff: third_party/WebKit/Source/core/editing/EditingStyle.cpp

Issue 2082503003: ASSERT -> DCHECK conversions in core/editing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | third_party/WebKit/Source/core/editing/EditingUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp
diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
index 56b8f6e64ef937b49bbe8b86b0cabe35c997ff32..503a775758c2357efb9c415d85aca523cd5a61bf 100644
--- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp
+++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
@@ -1076,7 +1076,7 @@ static MutableStylePropertySet* extractEditingProperties(const StylePropertySet*
return copyEditingProperties(style, OnlyInheritableEditingProperties);
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return nullptr;
}
@@ -1638,7 +1638,7 @@ static bool fontWeightIsBold(const CSSValue* fontWeight)
break;
}
- ASSERT_NOT_REACHED(); // For CSSValueBolder and CSSValueLighter
+ NOTREACHED(); // For CSSValueBolder and CSSValueLighter
return false;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698