| Index: Source/core/html/FormController.h
|
| diff --git a/Source/core/html/FormController.h b/Source/core/html/FormController.h
|
| index 9276e79f4a46a1c3131d52766fcfb8ca55df9eea..3c7d5a9976ef14729eaf0b7bbe76711def908a97 100644
|
| --- a/Source/core/html/FormController.h
|
| +++ b/Source/core/html/FormController.h
|
| @@ -96,7 +96,7 @@ public:
|
|
|
| private:
|
| typedef ListHashSet<RefPtr<HTMLFormControlElementWithState>, 64> FormElementListHashSet;
|
| - typedef HashMap<RefPtr<AtomicStringImpl>, OwnPtr<SavedFormState> > SavedFormStateMap;
|
| + typedef HashMap<RefPtr<StringImpl>, OwnPtr<SavedFormState> > SavedFormStateMap;
|
|
|
| FormController();
|
| static PassOwnPtr<SavedFormStateMap> createSavedFormStateMap(const FormElementListHashSet&);
|
|
|