Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: Source/core/html/FormController.h

Issue 18228003: Remove AtomicStringImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698