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

git-svn-id: svn://10.0.0.236/trunk@207832 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2006-08-18 15:31:00 +00:00
parent a4231f056c
commit ad8b99e8a5

View File

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