Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index d745ea20c5f2652be9b53597eeaf4e4db18779cd..02075507060b2c29e856a814fe4865d8fc1e7fbd 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -157,7 +157,7 @@ private: |
// are any invalid controls in this form. |
bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >*, HTMLFormControlElement::CheckValidityDispatchEvents = HTMLFormControlElement::CheckValidityDispatchEventsAllowed); |
- typedef HashMap<RefPtr<AtomicStringImpl>, RefPtr<Node> > AliasMap; |
+ typedef HashMap<RefPtr<StringImpl>, RefPtr<Node> > AliasMap; |
FormSubmission::Attributes m_attributes; |
OwnPtr<AliasMap> m_elementAliases; |