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

Unified Diff: third_party/WebKit/Source/core/style/StylePendingImage.h

Issue 2751653003: Replace ASSERT and ASSERT_NOT_REACHED in core/style/ (Closed)
Patch Set: Replace ASSERT and ASSERT_NOT_REACHED in core/style/ 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
« no previous file with comments | « third_party/WebKit/Source/core/style/StylePath.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/StylePendingImage.h
diff --git a/third_party/WebKit/Source/core/style/StylePendingImage.h b/third_party/WebKit/Source/core/style/StylePendingImage.h
index 3aa27bac79e2051f97bc8d1d8d48d678d3e4b499..14324d996bc100a98a1fc82e775e58e302cc7694 100644
--- a/third_party/WebKit/Source/core/style/StylePendingImage.h
+++ b/third_party/WebKit/Source/core/style/StylePendingImage.h
@@ -51,7 +51,7 @@ class StylePendingImage final : public StyleImage {
CSSValue* cssValue() const override { return m_value; }
CSSValue* computedCSSValue() const override {
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return nullptr;
}
@@ -82,7 +82,7 @@ class StylePendingImage final : public StyleImage {
PassRefPtr<Image> image(const LayoutObject&,
const IntSize&,
float) const override {
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return nullptr;
}
bool knownToBeOpaque(const LayoutObject&) const override { return false; }
« no previous file with comments | « third_party/WebKit/Source/core/style/StylePath.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698