re-enabled viewsource
git-svn-id: svn://10.0.0.236/trunk@17463 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -94,13 +94,12 @@ public:
|
||||
|
||||
CSharedParserObjects() : mDeallocator(), mDTDDeque(mDeallocator) {
|
||||
/*
|
||||
nsIDTD* theDTD;
|
||||
NS_NewWellFormed_DTD(&theDTD);
|
||||
RegisterDTD(theDTD);
|
||||
|
||||
NS_NewViewSourceHTML(&theDTD);
|
||||
RegisterDTD(theDTD);
|
||||
*/
|
||||
nsIDTD* theDTD;
|
||||
NS_NewViewSourceHTML(&theDTD); //do this so all html files can be viewed...
|
||||
RegisterDTD(theDTD);
|
||||
}
|
||||
|
||||
~CSharedParserObjects() {
|
||||
|
||||
Reference in New Issue
Block a user