Index: third_party/WebKit/Source/core/style/BorderEdge.cpp |
diff --git a/third_party/WebKit/Source/core/style/BorderEdge.cpp b/third_party/WebKit/Source/core/style/BorderEdge.cpp |
index e7fdb031efcaf5891b4f299a126aef5dafd28899..fe29b99939dd2fde91cd9e05b8450db5678bd9bb 100644 |
--- a/third_party/WebKit/Source/core/style/BorderEdge.cpp |
+++ b/third_party/WebKit/Source/core/style/BorderEdge.cpp |
@@ -58,7 +58,7 @@ float BorderEdge::usedWidth() const { |
} |
float BorderEdge::getDoubleBorderStripeWidth(DoubleBorderStripe stripe) const { |
- ASSERT(stripe == DoubleBorderStripeOuter || |
+ DCHECK(stripe == DoubleBorderStripeOuter || |
stripe == DoubleBorderStripeInner); |
return roundf(stripe == DoubleBorderStripeOuter ? usedWidth() / 3 |