| Index: third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h b/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| index 66576c816c2e0e01df8b95c182b67e83c274a648..287958cb4e46bfac2d5a95fec8199b10e33f1930 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| @@ -99,7 +99,7 @@ class PLATFORM_EXPORT TranslateTransformOperation final
|
| double tz,
|
| OperationType type)
|
| : x_(tx), y_(ty), z_(tz), type_(type) {
|
| - ASSERT(IsMatchingOperationType(type));
|
| + DCHECK(IsMatchingOperationType(type));
|
| }
|
|
|
| Length x_;
|
|
|