Changeset 20019 for trunk/WebCore/dom/Node.h
- Timestamp:
- 03/07/07 07:37:06 (22 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Node.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Node.h
r19855 r20019 460 460 short m_tabIndex; 461 461 462 // 16 bit fields exactly -- adding another field would increase the size of all Nodes 462 463 bool m_hasId : 1; 463 464 bool m_hasClass : 1; … … 478 479 bool m_inDetach : 1; 479 480 481 public: 482 bool m_inSubtreeMark : 1; 483 480 484 private: 481 485 Element* ancestorElement() const;