| Index: third_party/WebKit/Source/core/animation/SampledEffect.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SampledEffect.cpp b/third_party/WebKit/Source/core/animation/SampledEffect.cpp
|
| index 93faf1b10f34903f3892681808e7f4192706bc27..2d2aa74fbd8d732c79f5aa2d1a0f6f513bae65e7 100644
|
| --- a/third_party/WebKit/Source/core/animation/SampledEffect.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SampledEffect.cpp
|
| @@ -34,7 +34,7 @@ void SampledEffect::updateReplacedProperties(
|
| HashSet<PropertyHandle>& replacedProperties) {
|
| for (const auto& interpolation : m_interpolations) {
|
| if (!interpolation->dependsOnUnderlyingValue())
|
| - replacedProperties.add(interpolation->getProperty());
|
| + replacedProperties.insert(interpolation->getProperty());
|
| }
|
| }
|
|
|
|
|