| Index: Source/core/html/HTMLDocument.cpp
|
| diff --git a/Source/core/html/HTMLDocument.cpp b/Source/core/html/HTMLDocument.cpp
|
| index 605a3d9a1c102b22b9a70a4cffe91ebb5e1c3391..8f4120c692fd9cec0849b362cd2b286745b7878a 100644
|
| --- a/Source/core/html/HTMLDocument.cpp
|
| +++ b/Source/core/html/HTMLDocument.cpp
|
| @@ -81,8 +81,8 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -HTMLDocument::HTMLDocument(Frame* frame, const KURL& url)
|
| - : Document(frame, url, false, true)
|
| +HTMLDocument::HTMLDocument(Frame* frame, const KURL& url, unsigned extendedDocumentClass)
|
| + : Document(frame, url, HTMLDocumentClass | extendedDocumentClass)
|
| {
|
| ScriptWrappable::init(this);
|
| clearXMLVersion();
|
|
|