mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 899652 - use JS::UndefinedValue instead of JSVAL_VOID to encourage constexpr-ness; r=bz
This commit is contained in:
parent
5556c6ac4c
commit
6da0f7cba7
@ -1588,7 +1588,7 @@ class ConstDefiner(PropertyDefiner):
|
||||
return self.generatePrefableArray(
|
||||
array, name,
|
||||
' { "%s", %s }',
|
||||
' { 0, JSVAL_VOID }',
|
||||
' { 0, JS::UndefinedValue() }',
|
||||
'ConstantSpec',
|
||||
PropertyDefiner.getControllingCondition, specData, doIdArrays)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user