Index: Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
diff --git a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
index 4e8bce53e6683a90cbd29322622db080d250d86f..a334b7909a5c21197804964e388d923578e336f7 100644 |
--- a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
+++ b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
@@ -44,7 +44,7 @@ static bool sidesHaveSameUnits(const AnimatableValue* sideA, const AnimatableVal |
} |
// This is only used by *-image-slice properties which cannot interpolate between numbers and percentages. |
-// Numbers are internally represented by pixels on the LayoutStyle so we must manually type check both sides. |
+// Numbers are internally represented by pixels on the ComputedStyle so we must manually type check both sides. |
bool AnimatableLengthBoxAndBool::usesDefaultInterpolationWith(const AnimatableValue* value) const |
{ |
const AnimatableLengthBoxAndBool* lengthBoxAndBool = toAnimatableLengthBoxAndBool(value); |