| Index: Source/core/html/FormController.h
|
| diff --git a/Source/core/html/FormController.h b/Source/core/html/FormController.h
|
| index 9276e79f4a46a1c3131d52766fcfb8ca55df9eea..56090757bf84235dd1e600105cffe0ab7fefbdd9 100644
|
| --- a/Source/core/html/FormController.h
|
| +++ b/Source/core/html/FormController.h
|
| @@ -26,7 +26,7 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "wtf/text/AtomicStringHash.h"
|
|
|
| namespace WebCore {
|
|
|
| @@ -96,7 +96,7 @@ public:
|
|
|
| private:
|
| typedef ListHashSet<RefPtr<HTMLFormControlElementWithState>, 64> FormElementListHashSet;
|
| - typedef HashMap<RefPtr<AtomicStringImpl>, OwnPtr<SavedFormState> > SavedFormStateMap;
|
| + typedef HashMap<AtomicString, OwnPtr<SavedFormState> > SavedFormStateMap;
|
|
|
| FormController();
|
| static PassOwnPtr<SavedFormStateMap> createSavedFormStateMap(const FormElementListHashSet&);
|
|
|