| Index: third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h b/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| index 1105e0723947dc92b78ac052ff7825c219565e3f..3b2bf5d2bd1945750be95eb0f1ac0b7ecbeb18aa 100644
|
| --- a/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| @@ -28,7 +28,7 @@ public:
|
| fillLayer = &style.maskLayers();
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return;
|
| }
|
|
|
| @@ -50,7 +50,7 @@ public:
|
| fillLayer = &style.accessMaskLayers();
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return;
|
| }
|
|
|
|
|