Index: Source/core/animation/KeyframeEffectTest.cpp |
diff --git a/Source/core/animation/KeyframeEffectTest.cpp b/Source/core/animation/KeyframeEffectTest.cpp |
index 01b9074d3c87917be071548bd243e64e88ada7af..981b8feb009424e1cbf483b91a95961619f38683 100644 |
--- a/Source/core/animation/KeyframeEffectTest.cpp |
+++ b/Source/core/animation/KeyframeEffectTest.cpp |
@@ -31,7 +31,7 @@ protected: |
, element(document.createElement("foo", ASSERT_NO_EXCEPTION)) |
{ |
document.animationClock().resetTimeForTesting(document.timeline().zeroTime()); |
- document.documentElement()->appendChild(element); |
+ document.documentElement()->appendChild(element.get()); |
EXPECT_EQ(0, document.timeline().currentTime()); |
} |