| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| index b889167009068d81c81dbbf982bba0884c5b18ab..c16ad7e64b8a18df059baec35eaff1b7f1d44a6e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| @@ -280,7 +280,7 @@ bool SVGLayoutSupport::layoutSizeOfNearestViewportChanged(
|
| if (start->isSVGViewportContainer())
|
| return toLayoutSVGViewportContainer(start)->isLayoutSizeChanged();
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return false;
|
| }
|
|
|
| @@ -295,7 +295,7 @@ bool SVGLayoutSupport::screenScaleFactorChanged(const LayoutObject* ancestor) {
|
| return toLayoutSVGViewportContainer(ancestor)
|
| ->didScreenScaleFactorChange();
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return false;
|
| }
|
|
|
|
|