Index: Source/core/html/forms/CheckedRadioButtons.h |
diff --git a/Source/core/html/forms/CheckedRadioButtons.h b/Source/core/html/forms/CheckedRadioButtons.h |
index 97ceb47e7d39444e242367dff17bc18884a637a5..a6fa1b1af9e92ae8a3172995deee557e926cfaac 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<AtomicString, OwnPtr<RadioButtonGroup> > NameToGroupMap; |
+ typedef HashMap<AtomicString, OwnPtr<RadioButtonGroup>, CaseFoldingHash> NameToGroupMap; |
OwnPtr<NameToGroupMap> m_nameToGroupMap; |
}; |