Index: third_party/WebKit/Source/core/style/StylePath.cpp |
diff --git a/third_party/WebKit/Source/core/style/StylePath.cpp b/third_party/WebKit/Source/core/style/StylePath.cpp |
index e9d176252a5caf3a200272682cd1578a08c9cb48..1161b71c0c7151bc886911bab18d17dd1f91fc93 100644 |
--- a/third_party/WebKit/Source/core/style/StylePath.cpp |
+++ b/third_party/WebKit/Source/core/style/StylePath.cpp |
@@ -16,7 +16,7 @@ namespace blink { |
StylePath::StylePath(std::unique_ptr<SVGPathByteStream> pathByteStream) |
: m_byteStream(std::move(pathByteStream)), |
m_pathLength(std::numeric_limits<float>::quiet_NaN()) { |
- ASSERT(m_byteStream); |
+ DCHECK(m_byteStream); |
} |
StylePath::~StylePath() {} |