| Index: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| index 781a02e147ca0e91a0c693f4c15420ffcc4530d4..cf64bcba393a6fc5528ce281ad40691060b28074 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
|
| @@ -42,7 +42,7 @@ SVGMatrixTearOff::SVGMatrixTearOff(const AffineTransform& staticValue)
|
|
|
| SVGMatrixTearOff::SVGMatrixTearOff(SVGTransformTearOff* transform)
|
| : m_contextTransform(this, transform) {
|
| - ASSERT(transform);
|
| + DCHECK(transform);
|
| }
|
|
|
| DEFINE_TRACE(SVGMatrixTearOff) {
|
|
|