| Index: trunk/Source/core/dom/CheckedRadioButtons.h
|
| ===================================================================
|
| --- trunk/Source/core/dom/CheckedRadioButtons.h (revision 153372)
|
| +++ trunk/Source/core/dom/CheckedRadioButtons.h (working copy)
|
| @@ -44,7 +44,7 @@
|
| bool isInRequiredGroup(HTMLInputElement*) const;
|
|
|
| private:
|
| - typedef HashMap<StringImpl*, OwnPtr<RadioButtonGroup> > NameToGroupMap;
|
| + typedef HashMap<AtomicStringImpl*, OwnPtr<RadioButtonGroup> > NameToGroupMap;
|
| OwnPtr<NameToGroupMap> m_nameToGroupMap;
|
| };
|
|
|
|
|
| Property changes on: trunk/Source/core/dom/CheckedRadioButtons.h
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - LF
|
| + native
|
|
|
|
|