just a comment for future webshell work

git-svn-id: svn://10.0.0.236/trunk@53978 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-11-19 07:32:20 +00:00
parent 43763bae6a
commit d9fe797e65

View File

@@ -351,7 +351,7 @@ nsLayoutDLF::CreateDocument(const char* aCommand,
if (NS_FAILED(rv))
break;
// Create the document viewer
// Create the document viewer XXX: could reuse document viewer here!
rv = NS_NewDocumentViewer(getter_AddRefs(docv));
if (NS_FAILED(rv))
break;