Changeset 15006 for trunk/WebCore/html/HTMLDocument.h
- Timestamp:
- 06/24/06 05:53:57 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/html/HTMLDocument.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/html/HTMLDocument.h
r14204 r15006 68 68 bool hasDocExtraNamedItem(const String& name); 69 69 70 HTMLCollection::CollectionInfo* collectionInfo(int type)71 {72 if (type < HTMLCollection::NUM_CACHEABLE_TYPES)73 return m_collection_info + type;74 return 0;75 }76 77 70 typedef HashMap<StringImpl*, int> NameCountMap; 78 71 … … 82 75 83 76 private: 84 HTMLCollection::CollectionInfo m_collection_info[HTMLCollection::NUM_CACHEABLE_TYPES];85 86 77 NameCountMap namedItemCounts; 87 78 NameCountMap docExtraNamedItemCounts;