Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
index 105b1d308a5c618f17728c8f7af65d65f2351c3e..3e9c5d1e26b6a768db73e1eb8eb4afdb3bdfb0b3 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
@@ -1195,7 +1195,7 @@ void StyleResolver::applyAnimatedProperties( |
: entry.key.presentationAttribute(); |
if (!CSSPropertyPriorityData<priority>::propertyHasPriority(property)) |
continue; |
- const Interpolation& interpolation = *entry.value.first(); |
+ const Interpolation& interpolation = *entry.value.front(); |
if (interpolation.isInvalidatableInterpolation()) { |
InterpolationEnvironment environment(state); |
InvalidatableInterpolation::applyStack(entry.value, environment); |