| Index: third_party/WebKit/Source/core/style/ShapeValue.h
|
| diff --git a/third_party/WebKit/Source/core/style/ShapeValue.h b/third_party/WebKit/Source/core/style/ShapeValue.h
|
| index d78519853fd7ed065da8599d8627e95b42bd07e6..17db4222e4d5aee0df4f7d6f69c48bf10cd860dc 100644
|
| --- a/third_party/WebKit/Source/core/style/ShapeValue.h
|
| +++ b/third_party/WebKit/Source/core/style/ShapeValue.h
|
| @@ -111,7 +111,7 @@ inline bool ShapeValue::operator==(const ShapeValue& other) const {
|
| return dataEquivalent(image(), other.image());
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return false;
|
| }
|
|
|
|
|