Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: third_party/WebKit/Source/core/animation/css/CSSTransitionData.cpp

Issue 2562773002: Migrate WTF::Vector::append() to ::push_back() [part 2 of N] (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/animation/css/CSSTimingData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/css/CSSTransitionData.cpp
diff --git a/third_party/WebKit/Source/core/animation/css/CSSTransitionData.cpp b/third_party/WebKit/Source/core/animation/css/CSSTransitionData.cpp
index d279acbc077e2f58bee211731573a723ebfe3072..ff9eab4b68c509b940a16c2407b3249c11b6a4b8 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSTransitionData.cpp
+++ b/third_party/WebKit/Source/core/animation/css/CSSTransitionData.cpp
@@ -9,7 +9,7 @@
namespace blink {
CSSTransitionData::CSSTransitionData() {
- m_propertyList.append(initialProperty());
+ m_propertyList.push_back(initialProperty());
}
CSSTransitionData::CSSTransitionData(const CSSTransitionData& other)
« no previous file with comments | « third_party/WebKit/Source/core/animation/css/CSSTimingData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698