| Index: third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| index cda01b9a95a70c7e59ae64e608057a28653fb548..1ab5d82aba2e75a7eb62409bec6b5a332fea5820 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| @@ -692,7 +692,7 @@ static FontDescription& getCachedFontDescription(CSSValueID systemFontID) {
|
| case CSSValueNone:
|
| return defaultDescription;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return defaultDescription;
|
| }
|
| }
|
| @@ -787,7 +787,7 @@ Color LayoutTheme::systemColor(CSSValueID cssValueId) const {
|
| default:
|
| break;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return Color();
|
| }
|
|
|
|
|