Index: Source/core/layout/style/SVGLayoutStyleTest.cpp |
diff --git a/Source/core/layout/style/SVGLayoutStyleTest.cpp b/Source/core/layout/style/SVGLayoutStyleTest.cpp |
index a45b4d4d4dfd3ab182a5562487e86f7c4b381100..f0adcde39ff6c7bd9447ddd05107342cf50dde0b 100644 |
--- a/Source/core/layout/style/SVGLayoutStyleTest.cpp |
+++ b/Source/core/layout/style/SVGLayoutStyleTest.cpp |
@@ -67,7 +67,7 @@ TEST(SVGLayoutStyleTest, MiscStyleShouldCompareValue) |
TEST_STYLE_VALUE_NO_DIFF(Color, FloodColor); |
TEST_STYLE_VALUE_NO_DIFF(float, FloodOpacity); |
TEST_STYLE_VALUE_NO_DIFF(Color, LightingColor); |
- TEST_STYLE_REFPTR_VALUE_NO_DIFF(SVGLength, BaselineShiftValue); |
+ TEST_STYLE_VALUE_NO_DIFF(Length, BaselineShiftValue); |
} |
} |