Bug 349074 - Mac/Intel: GenerateJavaInterfaces doesn't write constants for ifaces with no parent. r=bsmedberg, a=beltzner. XULRunner only.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208216 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
if (!parent) {
|
||||
*aParentInfo = nsnull;
|
||||
*aParentMethodCount = 0;
|
||||
*aParentConstCount = 0;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user