| Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| index a456f834ac1005f64aea9195b077c2d5dc7762ec..a77ce4de745141c651e0429a81ad3e714d78bb9c 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -708,7 +708,7 @@ void StyleBuilderFunctions::applyValueCSSPropertyWillChange(
|
| DCHECK(value.isValueList());
|
| for (auto& willChangeValue : toCSSValueList(value)) {
|
| if (willChangeValue->isCustomIdentValue())
|
| - willChangeProperties.append(
|
| + willChangeProperties.push_back(
|
| toCSSCustomIdentValue(*willChangeValue).valueAsPropertyID());
|
| else if (toCSSIdentifierValue(*willChangeValue).getValueID() ==
|
| CSSValueContents)
|
|
|