| Index: Source/core/html/HTMLFormElement.h
|
| ===================================================================
|
| --- Source/core/html/HTMLFormElement.h (revision 164444)
|
| +++ Source/core/html/HTMLFormElement.h (working copy)
|
| @@ -161,7 +161,7 @@
|
| void addToPastNamesMap(Node*, const AtomicString& pastName);
|
| void removeFromPastNamesMap(HTMLElement&);
|
|
|
| - typedef HashMap<AtomicString, RefPtr<Node> > PastNamesMap;
|
| + typedef HashMap<AtomicString, Node*> PastNamesMap;
|
|
|
| FormSubmission::Attributes m_attributes;
|
| OwnPtr<PastNamesMap> m_pastNamesMap;
|
|
|