Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| index 17b606e2bbf20f75007cc6d12e1e2ef51df0628d..67f72109b74ddfcd510008384d1b1df08dd25ceb 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| @@ -74,7 +74,7 @@ static inline InlineFlowBox* flowBoxForLayoutObject( |
| return flowBox; |
| } |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return nullptr; |
| } |