Changeset 21179 for trunk/WebCore/html/HTMLDocument.h
- Timestamp:
- 04/29/07 00:33:46 (21 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/html/HTMLDocument.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/html/HTMLDocument.h
r19737 r21179 34 34 class HTMLDocument : public Document, public CachedResourceClient { 35 35 public: 36 HTMLDocument(DOMImplementation*, Frame View* = 0);36 HTMLDocument(DOMImplementation*, Frame*); 37 37 virtual ~HTMLDocument(); 38 38