Bug 349074 - Mac/Intel: GenerateJavaInterfaces doesn't write constants for ifaces with no parent. XULRunner only. r=bsmedberg.

This commit is contained in:
pedemont%us.ibm.com 2006-08-18 15:31:00 +00:00
Родитель 11253b8bdb
Коммит 69e2287551
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -71,6 +71,7 @@ public:
if (!parent) {
*aParentInfo = nsnull;
*aParentMethodCount = 0;
*aParentConstCount = 0;
return NS_OK;
}