Changeset 21003 for trunk/WebCore/dom/Node.h
- Timestamp:
- 04/22/07 01:23:55 (21 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Node.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Node.h
r20214 r21003 46 46 class NamedAttrMap; 47 47 class NodeList; 48 struct NodeListsNodeData; 48 49 class PlatformKeyboardEvent; 49 50 class PlatformMouseEvent; … … 457 458 458 459 protected: 459 typedef HashSet<NodeList*> NodeListSet; 460 NodeListSet* m_nodeLists; 460 NodeListsNodeData* m_nodeLists; 461 461 462 462 short m_tabIndex;