Index: Source/WebCore/dom/Document.h |
=================================================================== |
--- Source/WebCore/dom/Document.h (revision 89895) |
+++ Source/WebCore/dom/Document.h (working copy) |
@@ -1250,7 +1250,7 @@ |
typedef ListHashSet<Element*, 64> FormElementListHashSet; |
FormElementListHashSet m_formElementsWithState; |
- typedef ListHashSet<FormAssociatedElement*, 32> FormAssociatedElementListHashSet; |
+ typedef ListHashSet<RefPtr<FormAssociatedElement>, 32> FormAssociatedElementListHashSet; |
FormAssociatedElementListHashSet m_formElementsWithFormAttribute; |
typedef HashMap<FormElementKey, Vector<String>, FormElementKeyHash, FormElementKeyHashTraits> FormElementStateMap; |