Index: third_party/WebKit/Source/core/animation/PropertyHandleTest.cpp |
diff --git a/third_party/WebKit/Source/core/animation/PropertyHandleTest.cpp b/third_party/WebKit/Source/core/animation/PropertyHandleTest.cpp |
index ffe6d32bc2689afaa257284b88fb835b1698c524..4ce9ff4f6a4fe0ab2ae3bc83579bc8655e343bb6 100644 |
--- a/third_party/WebKit/Source/core/animation/PropertyHandleTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/PropertyHandleTest.cpp |
@@ -53,7 +53,7 @@ TEST_F(PropertyHandleTest, Accessors) |
EXPECT_FALSE(PropertyHandle(CSSPropertyOpacity).isSVGAttribute()); |
EXPECT_TRUE(PropertyHandle(amplitudeAttr).isSVGAttribute()); |
- EXPECT_EQ(PropertyHandle(amplitudeAttr).svgAttribute(), &litudeAttr); |
+ EXPECT_EQ(PropertyHandle(amplitudeAttr).svgAttribute(), amplitudeAttr); |
} |
} |