Changeset 13555 for trunk/WebCore/dom/Element.h
- Timestamp:
- 03/29/06 01:38:54 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Element.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Element.h
r13492 r13555 144 144 145 145 Node* insertAdjacentElement(const String& where, Node* newChild, int& exception); 146 bool contains(const Element*) const; 146 147 147 148 protected: