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 9640b35e935f70df0c785f57c3abae26b28a4d42..d6ee4dad99d6838fd7ac49b26eb625aee0f97cf6 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp |
@@ -119,7 +119,7 @@ sk_sp<SkImageFilter> FELighting::CreateImageFilter() { |
std::move(input), &rect); |
} |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return nullptr; |
} |
} |