| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index e2a4d5ebbaf2f26239827e30578e291cc1b625f7..3cfd55cb54ced40e43517fa1ca7d5d252eeee4d6 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -77,7 +77,7 @@ public:
|
| static bool isCaseSensitiveAttribute(const QualifiedName&);
|
|
|
| protected:
|
| - HTMLDocument(Frame*, const KURL&);
|
| + HTMLDocument(Frame*, const KURL&, unsigned extendedDocumentClass = DefaultDocumentClass);
|
|
|
| private:
|
| virtual PassRefPtr<Element> createElement(const AtomicString& tagName, ExceptionCode&);
|
|
|