| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index dd4f66d0f7c5c1a48694724cd43f60101f8787ab..933b3f392b108ced07853fc4a8f873c23ed7c1c6 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1246,7 +1246,8 @@ private:
|
| static uint64_t s_globalTreeVersion;
|
|
|
| WillBeHeapHashSet<RawPtrWillBeWeakMember<NodeIterator> > m_nodeIterators;
|
| - HashSet<Range*> m_ranges;
|
| + typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<Range> > AttachedRangeSet;
|
| + AttachedRangeSet m_ranges;
|
|
|
| unsigned short m_listenerTypes;
|
|
|
|
|