| Index: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| index 373a63e7b25d02f63714b062e058f8177ba9d78f..5098a5030ba8cac8b3a66c1f7a253e238ef3bbad 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| @@ -116,7 +116,7 @@ void ScopedStyleResolver::collectFeaturesTo(
|
| ASSERT(m_authorStyleSheets[i]->ownerNode());
|
| StyleSheetContents* contents = m_authorStyleSheets[i]->contents();
|
| if (contents->hasOneClient() ||
|
| - visitedSharedStyleSheetContents.add(contents).isNewEntry)
|
| + visitedSharedStyleSheetContents.insert(contents).isNewEntry)
|
| features.add(contents->ruleSet().features());
|
| }
|
|
|
|
|