Index: Source/core/animation/AnimationStack.cpp |
diff --git a/Source/core/animation/AnimationStack.cpp b/Source/core/animation/AnimationStack.cpp |
index d93ae92abd4faded5170b12d345d3804bb3c4fa1..c090d3bbe21bb92851f82f1b4cb09e93348999aa 100644 |
--- a/Source/core/animation/AnimationStack.cpp |
+++ b/Source/core/animation/AnimationStack.cpp |
@@ -42,7 +42,7 @@ namespace blink { |
namespace { |
-void copyToActiveInterpolationMap(const WillBeHeapVector<RefPtrWillBeMember<blink::Interpolation>>& source, ActiveInterpolationMap& target) |
+void copyToActiveInterpolationMap(const WillBeHeapVector<RefPtrWillBeMember<Interpolation>>& source, ActiveInterpolationMap& target) |
{ |
for (const auto& interpolation : source) { |
target.set(interpolation->property(), interpolation.get()); |