Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| index 99eb1b258ae181a3c133b9236ebfeb92f30ddc77..5df983381693844f313704920604d2c45ef82cd6 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| @@ -22,7 +22,7 @@ FloatRect FEBoxReflect::mapEffect(const FloatRect& rect) const { |
| TextStream& FEBoxReflect::externalRepresentation(TextStream& ts, |
| int indent) const { |
| // Only called for SVG layout tree printing. |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return ts; |
| } |