| Index: third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h
|
| diff --git a/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h b/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h
|
| index c65044e6fd484416826d017f1b38f88e006c58fb..8f9aec08b29b73082f30b51af8df9a777536db64 100644
|
| --- a/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h
|
| @@ -23,7 +23,7 @@ public:
|
| {
|
| switch (property) {
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| // Fall through.
|
| case CSSPropertyBackdropFilter:
|
| return style.backdropFilter();
|
| @@ -42,7 +42,7 @@ public:
|
| style.setFilter(filterOperations);
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| break;
|
| }
|
| }
|
|
|