| Index: third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| index f093983bf5021f55fb954a4ec000c825c6740a49..6df3f0023b6455fae7a79fa4707b771aa86edded 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| @@ -47,8 +47,7 @@ class RadioButtonGroupScope {
|
| unsigned groupSizeFor(const HTMLInputElement*) const;
|
|
|
| private:
|
| - using NameToGroupMap =
|
| - HeapHashMap<AtomicString, Member<RadioButtonGroup>, CaseFoldingHash>;
|
| + using NameToGroupMap = HeapHashMap<AtomicString, Member<RadioButtonGroup>>;
|
| Member<NameToGroupMap> m_nameToGroupMap;
|
| };
|
|
|
|
|