| Index: third_party/WebKit/Source/core/dom/SecurityContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.h b/third_party/WebKit/Source/core/dom/SecurityContext.h
|
| index b58abaaaa601cc5ab65ccd59b4fe0c59f027d2b7..7a463f870ae8f37a313b1f785bf9373a1fec35f7 100644
|
| --- a/third_party/WebKit/Source/core/dom/SecurityContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/SecurityContext.h
|
| @@ -78,7 +78,7 @@ class CORE_EXPORT SecurityContext : public GarbageCollectedMixin {
|
| String addressSpaceForBindings() const;
|
|
|
| void addInsecureNavigationUpgrade(unsigned hashedHost) {
|
| - m_insecureNavigationsToUpgrade.add(hashedHost);
|
| + m_insecureNavigationsToUpgrade.insert(hashedHost);
|
| }
|
| InsecureNavigationsSet* insecureNavigationsToUpgrade() {
|
| return &m_insecureNavigationsToUpgrade;
|
|
|