Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp b/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp |
| index 28df7e726ee62c2762fff0f913dbc1123fff7d1e..b3f253ab7531723acb0df5bdb644d9a661e65a14 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp |
| @@ -117,7 +117,7 @@ sk_sp<SkImageFilter> FELighting::createImageFilter() { |
| &rect); |
| } |
| default: |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return nullptr; |
| } |
| } |