Index: trunk/Source/core/html/FormController.h |
=================================================================== |
--- trunk/Source/core/html/FormController.h (revision 153372) |
+++ trunk/Source/core/html/FormController.h (working copy) |
@@ -96,7 +96,7 @@ |
private: |
typedef ListHashSet<RefPtr<HTMLFormControlElementWithState>, 64> FormElementListHashSet; |
- typedef HashMap<RefPtr<StringImpl>, OwnPtr<SavedFormState> > SavedFormStateMap; |
+ typedef HashMap<RefPtr<AtomicStringImpl>, OwnPtr<SavedFormState> > SavedFormStateMap; |
FormController(); |
static PassOwnPtr<SavedFormStateMap> createSavedFormStateMap(const FormElementListHashSet&); |