| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.cpp
|
| index 26070522520a2c723f83a25b15a1cdd56995b522..a3a3297816c7417c3836aab5f3f4e357c3985f8e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.cpp
|
| @@ -123,7 +123,7 @@ GradientSpreadMethod LayoutSVGResourceGradient::platformSpreadMethodFromSVGType(
|
| return SpreadMethodRepeat;
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return SpreadMethodPad;
|
| }
|
|
|
|
|