| Index: third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| index 676c213eef5990c0723ef6470f5891d85f84cfb6..cec28d7dd8d94766b1b44c1469c58153c564e0db 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| @@ -86,7 +86,7 @@ void MatchedPropertiesCache::add(const ComputedStyle& style,
|
| unsigned hash,
|
| const MatchedPropertiesVector& properties) {
|
| ASSERT(hash);
|
| - Cache::AddResult addResult = m_cache.add(hash, nullptr);
|
| + Cache::AddResult addResult = m_cache.insert(hash, nullptr);
|
| if (addResult.isNewEntry)
|
| addResult.storedValue->value = new CachedMatchedProperties;
|
|
|
|
|