| Index: third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h b/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| index 1358f1fb93fd39a032cc79828ca0c60b4caca792..88db0e4c659956e0b4d1c2c86ff6ded6a512180b 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| @@ -79,7 +79,7 @@ class PLATFORM_EXPORT ScaleTransformOperation final
|
|
|
| ScaleTransformOperation(double sx, double sy, double sz, OperationType type)
|
| : x_(sx), y_(sy), z_(sz), type_(type) {
|
| - ASSERT(IsMatchingOperationType(type));
|
| + DCHECK(IsMatchingOperationType(type));
|
| }
|
|
|
| double x_;
|
|
|