зеркало из https://github.com/mozilla/gecko-dev.git
Bug 742200. Use JSVAL_VOID, not JSVAL_NULL, as the default value for optional arguments that are not specified. r=peterv
This commit is contained in:
Родитель
f56e7860e0
Коммит
75ca9b355f
|
@ -1391,7 +1391,7 @@ class CGArgumentConverter(CGThing):
|
|||
"index" : index,
|
||||
"argc" : argc,
|
||||
"argv" : argv,
|
||||
"defaultValue" : "JSVAL_NULL",
|
||||
"defaultValue" : "JSVAL_VOID",
|
||||
"name" : "arg%d" % index
|
||||
}
|
||||
if argument.optional:
|
||||
|
|
Загрузка…
Ссылка в новой задаче