| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 12a1ffac605679b1800ce9203b106515813337db..68b4fd84ef70a5057e5ac6996f648294b2b5da6b 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1977,7 +1977,7 @@ void ComputedStyle::addAppliedTextDecoration(
|
| else if (!list->hasOneRef())
|
| list = list->copy();
|
|
|
| - list->append(decoration);
|
| + list->push_back(decoration);
|
| }
|
|
|
| void ComputedStyle::overrideTextDecorationColors(Color overrideColor) {
|
|
|