backing out for now; I'll retry tomorrow

This commit is contained in:
rickg%netscape.com 2000-04-19 09:04:46 +00:00
parent c9729abd05
commit b1ed782e5e
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

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