| 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 5717e45a741742c46546179e5f633fe1907a00ce..26784f061487390f76c7d33cf5f21f1b656d67d9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| @@ -691,7 +691,7 @@ static FontDescription& getCachedFontDescription(CSSValueID systemFontID) {
|
| case CSSValueNone:
|
| return defaultDescription;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return defaultDescription;
|
| }
|
| }
|
| @@ -786,7 +786,7 @@ Color LayoutTheme::systemColor(CSSValueID cssValueId) const {
|
| default:
|
| break;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return Color();
|
| }
|
|
|
|
|