зеркало из https://github.com/mozilla/pjs.git
Bug 349074 - Mac/Intel: GenerateJavaInterfaces doesn't write constants for ifaces with no parent. XULRunner only. r=bsmedberg.
This commit is contained in:
Родитель
d968d3d24a
Коммит
c858528e25
|
@ -71,6 +71,7 @@ public:
|
||||||
if (!parent) {
|
if (!parent) {
|
||||||
*aParentInfo = nsnull;
|
*aParentInfo = nsnull;
|
||||||
*aParentMethodCount = 0;
|
*aParentMethodCount = 0;
|
||||||
|
*aParentConstCount = 0;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче