| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| index eec5eb4625d4fd4ce95c32121b79cb9a1acc8b7d..311544a6500e4319ffef7907fc59483810ba3d29 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| @@ -341,7 +341,7 @@ bool SVGSVGElement::checkIntersectionOrEnclosure(
|
| result = rect.contains(mappedRepaintRect);
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| break;
|
| }
|
|
|
|
|