Index: Source/core/dom/CheckedRadioButtons.cpp |
diff --git a/Source/core/dom/CheckedRadioButtons.cpp b/Source/core/dom/CheckedRadioButtons.cpp |
index c377b7a2988ba207f3f06055adce0856abc8cb23..97d2f3767eb4ec20344aeb3117e78f021b72191f 100644 |
--- a/Source/core/dom/CheckedRadioButtons.cpp |
+++ b/Source/core/dom/CheckedRadioButtons.cpp |
@@ -260,7 +260,7 @@ void CheckedRadioButtons::removeButton(HTMLInputElement* element) |
if (it->value->isEmpty()) { |
// FIXME: We may skip deallocating the empty RadioButtonGroup for |
// performance improvement. If we do so, we need to change the key type |
- // of m_nameToGroupMap from AtomicStringImpl* to RefPtr<AtomicStringImpl>. |
+ // of m_nameToGroupMap from StringImpl* to RefPtr<StringImpl>. |
m_nameToGroupMap->remove(it); |
if (m_nameToGroupMap->isEmpty()) |
m_nameToGroupMap.clear(); |