Changeset 20028 for trunk/WebCore/dom/Node.h
- Timestamp:
- 03/07/07 13:25:16 (22 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Node.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Node.h
r20019 r20028 102 102 virtual NamedAttrMap* attributes() const; 103 103 104 virtual String baseURI() const; 105 104 106 // These should all actually return a node, but this is only important for language bindings, 105 107 // which will already know and hold a ref on the right node to return. Returning bool allows