| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index a01d69e0839f12a2cad5a875720a675e92694ef3..9d4e5c14c0e8de4d66f367f8eff7ae977eaba06c 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -179,7 +179,7 @@ static CSSValue* ValueForFillSourceType(EMaskSourceType type) {
|
| return CSSIdentifierValue::Create(CSSValueLuminance);
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
|
|
| return nullptr;
|
| }
|
| @@ -284,7 +284,7 @@ static CSSValue* ValueForPositionOffset(const ComputedStyle& style,
|
| (layout_box->OffsetHeight() + client_offset.Height());
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| return ZoomAdjustedPixelValue(position, style);
|
| }
|
|
|