Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp

Issue 2748223002: Replace ASSERT_NOT_REACHED with NOTREACHED in core/svg/ (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698