backing out for now; I'll retry tomorrow

git-svn-id: svn://10.0.0.236/trunk@66437 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2000-04-19 09:04:46 +00:00
parent d7bc270f6f
commit 926b4bff3d
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#if 0
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Netscape Public
@@ -2032,3 +2032,5 @@ nsresult COtherDTD::WillInterruptParse(void){
return result;
}
#endif

View File

@@ -97,7 +97,7 @@ public:
nsIDTD* theDTD;
NS_NewNavHTMLDTD(&theDTD); //do this as a default HTML DTD...
mDTDDeque.Push(theDTD);
#if 1
#if 0
NS_NewOtherHTMLDTD(&theDTD); //do this as the default DTD for strict documents...
mDTDDeque.Push(theDTD);
#endif