| 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; }
|
|
|