just a comment for future webshell work

This commit is contained in:
buster%netscape.com 1999-11-19 07:32:20 +00:00
Родитель 27489dbca0
Коммит f70d4ce386
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;