| Index: trunk/Source/core/html/HTMLFormElement.h
|
| ===================================================================
|
| --- trunk/Source/core/html/HTMLFormElement.h (revision 153372)
|
| +++ trunk/Source/core/html/HTMLFormElement.h (working copy)
|
| @@ -157,7 +157,7 @@
|
| // are any invalid controls in this form.
|
| bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >*, HTMLFormControlElement::CheckValidityDispatchEvents = HTMLFormControlElement::CheckValidityDispatchEventsAllowed);
|
|
|
| - typedef HashMap<RefPtr<StringImpl>, RefPtr<Node> > AliasMap;
|
| + typedef HashMap<RefPtr<AtomicStringImpl>, RefPtr<Node> > AliasMap;
|
|
|
| FormSubmission::Attributes m_attributes;
|
| OwnPtr<AliasMap> m_elementAliases;
|
|
|