Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
index 20b5c83028c91d35fcbfab7b3422efb2be86f458..181bccf7570fae80ccfca1861c0101e106a92481 100644 |
--- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
+++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp |
@@ -477,7 +477,7 @@ SMILTime SMILTimeContainer::updateAnimations(double elapsed, bool seekToTime) { |
// Only reset the animated type to the base value once for |
// the lowest priority animation that animates and |
// contributes to a particular element/attribute pair. |
- SVGSMILElement* resultElement = sandwich.first(); |
+ SVGSMILElement* resultElement = sandwich.front(); |
resultElement->resetAnimatedType(); |
// Go through the sandwich from lowest prio to highest and generate |