Chromium Code Reviews| 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 33e633ce65956db2379b89b42769fb5bf660b483..31f7bc65f4e07ec6e9709b543753958c1c71a5b2 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(stylePath) { |
| - ASSERT(m_stylePath); |
| + DCHECK(m_stylePath); |
| } |
| namespace { |