Backing out changeset f6759ed53f46 (bug 799937) due to causing extension breakage.

This commit is contained in:
Boris Zbarsky
2015-10-14 11:07:06 -04:00
parent 64022b496d
commit 165bd43fb4
10 changed files with 29 additions and 80 deletions

View File

@@ -176,6 +176,7 @@ nsHTMLDocument::nsHTMLDocument()
// bother initializing members to 0.
mType = eHTML;
mDefaultElementType = kNameSpaceID_XHTML;
mCompatMode = eCompatibility_NavQuirks;
}