зеркало из https://github.com/mozilla/pjs.git
Bug 334207: RDFContentSinkImpl::GetIdAboutAttribute can return an unintialized value, r=axel@pike.org, sr=bzbarsky
This commit is contained in:
Родитель
a7d5abbf9a
Коммит
b6f0ad332b
|
@ -848,7 +848,7 @@ RDFContentSinkImpl::GetIdAboutAttribute(const PRUnichar** aAttributes,
|
||||||
PRBool* aIsAnonymous)
|
PRBool* aIsAnonymous)
|
||||||
{
|
{
|
||||||
// This corresponds to the dirty work of production [6.5]
|
// This corresponds to the dirty work of production [6.5]
|
||||||
nsresult rv;
|
nsresult rv = NS_OK;
|
||||||
|
|
||||||
nsAutoString nodeID;
|
nsAutoString nodeID;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче