зеркало из https://github.com/mozilla/gecko-dev.git
* NOT PART OF TBOX BUILD *
fixes crash when calling a method without return value
This commit is contained in:
Родитель
5c74d816a9
Коммит
53256f676b
|
@ -154,6 +154,7 @@ nsresult bcJavaMarshalToolkit::UnMarshal(bcIUnMarshaler *um) {
|
|||
printf("--nsresult bcJavaMarshalToolkit::UnMarshal\n");
|
||||
bcIAllocator * allocator = new javaAllocator(nsAllocator::GetGlobalAllocator());
|
||||
PRUint32 paramCount = info->GetParamCount();
|
||||
retV = NULL;
|
||||
jobject value;
|
||||
for (unsigned int i = 0; i < paramCount; i++) {
|
||||
nsXPTParamInfo param = info->GetParam(i);
|
||||
|
|
Загрузка…
Ссылка в новой задаче