diff options
Diffstat (limited to 'WebCore/loader/TextDocument.cpp')
-rw-r--r-- | WebCore/loader/TextDocument.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/loader/TextDocument.cpp b/WebCore/loader/TextDocument.cpp index 5e2b774..4b09a9e 100644 --- a/WebCore/loader/TextDocument.cpp +++ b/WebCore/loader/TextDocument.cpp @@ -202,6 +202,8 @@ bool TextDocumentParser::finishWasCalled() TextDocument::TextDocument(Frame* frame, const KURL& url) : HTMLDocument(frame, url) { + setCompatibilityMode(QuirksMode); + lockCompatibilityMode(); } PassRefPtr<DocumentParser> TextDocument::createParser() |