| Index: Source/core/html/forms/CheckedRadioButtons.h
|
| diff --git a/Source/core/html/forms/CheckedRadioButtons.h b/Source/core/html/forms/CheckedRadioButtons.h
|
| index 6a1585bd5aa98921b3351a752cc33d48c6afc605..70959b08e47cc551e80413c8447f9ad8ee687c57 100644
|
| --- a/Source/core/html/forms/CheckedRadioButtons.h
|
| +++ b/Source/core/html/forms/CheckedRadioButtons.h
|
| @@ -45,7 +45,7 @@ public:
|
| bool isInRequiredGroup(HTMLInputElement*) const;
|
|
|
| private:
|
| - typedef HashMap<StringImpl*, OwnPtr<RadioButtonGroup> > NameToGroupMap;
|
| + typedef HashMap<StringImpl*, OwnPtr<RadioButtonGroup>, CaseFoldingHash> NameToGroupMap;
|
| OwnPtr<NameToGroupMap> m_nameToGroupMap;
|
| };
|
|
|
|
|