зеркало из https://github.com/mozilla/gecko-dev.git
Initialize variable that was causing unexpected behavior. b=203434, r=heikki@netscape.com, sr=jst@netscape.com, a=sspitzer
This commit is contained in:
Родитель
393cfebbf2
Коммит
013170f5a0
|
@ -925,7 +925,7 @@ WSPProxy::VariantToValue(uint8 aTypeTag, void* aValue,
|
|||
nsIInterfaceInfo* aInterfaceInfo,
|
||||
nsIVariant* aProperty)
|
||||
{
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
switch(aTypeTag) {
|
||||
case nsXPTType::T_I8:
|
||||
|
|
Загрузка…
Ссылка в новой задаче