| Index: third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPathValue.cpp b/third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| index ba26fc2a6cbc5fcc05db1a95ee677632d64d39f7..2b9631c3116d5aab46325e41069865813112c66a 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSPathValue.cpp
|
| @@ -21,7 +21,7 @@ CSSPathValue* CSSPathValue::create(
|
|
|
| CSSPathValue::CSSPathValue(PassRefPtr<StylePath> stylePath)
|
| : CSSValue(PathClass), m_stylePath(std::move(stylePath)) {
|
| - ASSERT(m_stylePath);
|
| + DCHECK(m_stylePath);
|
| }
|
|
|
| namespace {
|
|
|