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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h

Issue 2758683002: Replace ASSERT_NOT_REACHED with NOTREACHED in core/layout/ (Closed)
Patch Set: Rebase with latest 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/layout/svg/SVGMarkerData.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
index cba98b340c20cfe4d30ed83f706c3108b84dc4e4..9966d1af256148ab624979fbb4ec0bf6c54d174f 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
@@ -74,7 +74,7 @@ class SVGMarkerData {
return markerEnd;
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return nullptr;
}
@@ -102,7 +102,7 @@ class SVGMarkerData {
return clampTo<float>(inAngle);
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698