| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| index 440b2b955a9ce79854ff33bf86b510cbfd0bf5bb..5760fff0a576eadae27395411c495b3cbf25a93b 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| @@ -141,8 +141,9 @@ void CSSLengthInterpolationType::apply(
|
| state.cssToLengthConversionData(), m_valueRange);
|
| if (LengthPropertyFunctions::setLength(cssProperty(), style, length)) {
|
| #if DCHECK_IS_ON()
|
| - // Assert that setting the length on ComputedStyle directly is identical to the StyleBuilder code path.
|
| - // This check is useful for catching differences in clamping behaviour.
|
| + // Assert that setting the length on ComputedStyle directly is identical to
|
| + // the StyleBuilder code path. This check is useful for catching differences
|
| + // in clamping behaviour.
|
| Length before;
|
| Length after;
|
| DCHECK(LengthPropertyFunctions::getLength(cssProperty(), style, before));
|
|
|