Changeset 19681 for trunk/WebCore/dom/Node.h
- Timestamp:
- 02/17/07 10:35:29 (23 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Node.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Node.h
r19584 r19681 150 150 virtual Node* shadowParentNode() { return 0; } 151 151 Node* shadowAncestorNode(); 152 153 // The node's parent for the purpose of event capture and bubbling. 154 virtual Node* eventParentNode() { return parentNode(); } 155 152 156 bool isBlockFlow() const; 153 157 bool isBlockFlowOrBlockTable() const;