Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.

git-svn-id: svn://10.0.0.236/trunk@87623 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
2001-02-22 03:01:34 +00:00
parent f681222363
commit 072b4036bc
190 changed files with 1721 additions and 40178 deletions

View File

@@ -37,7 +37,6 @@
#include "nsRDFCID.h"
#include "nsIRDFResource.h"
#include "nsIXULContentSink.h"
#include "nsIStreamLoadableDocument.h"
#include "nsIDocStreamLoaderFactory.h"
#define VIEW_SOURCE_HTML
@@ -488,6 +487,7 @@ nsContentDLF::CreateXULDocumentFromStream(nsIInputStream& aXULStream,
{
nsresult status = NS_OK;
#if 0 // XXX dead code; remove
do
{
nsCOMPtr<nsIDocument> doc;
@@ -508,6 +508,7 @@ nsContentDLF::CreateXULDocumentFromStream(nsIInputStream& aXULStream,
status = loader->LoadFromStream(aXULStream, aContainer, aCommand);
}
while (0);
#endif
return status;
}