Changeset 15247 for trunk/WebCore/html/HTMLDocument.h
- Timestamp:
- 07/09/06 00:56:54 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/html/HTMLDocument.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/html/HTMLDocument.h
r15006 r15247 44 44 45 45 virtual bool isHTMLDocument() const { return true; } 46 virtual Element* documentElement() const;47 46 48 47 String lastModified() const;