зеркало из https://github.com/mozilla/pjs.git
Fix silly mistake. b=209091 r+sr=bzbarsky
This commit is contained in:
Родитель
2c4474523d
Коммит
4135299dbf
|
@ -153,7 +153,7 @@ nsDOMCSSAttributeDeclaration::GetCSSDeclaration(nsCSSDeclaration **aDecl,
|
|||
decl->RuleAbort();
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
result = SetCSSDeclaration(*aDecl, PR_FALSE, PR_FALSE);
|
||||
result = SetCSSDeclaration(decl, PR_FALSE, PR_FALSE);
|
||||
if (NS_SUCCEEDED(result)) {
|
||||
*aDecl = decl;
|
||||
}
|
||||
|
|
|
@ -153,7 +153,7 @@ nsDOMCSSAttributeDeclaration::GetCSSDeclaration(nsCSSDeclaration **aDecl,
|
|||
decl->RuleAbort();
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
result = SetCSSDeclaration(*aDecl, PR_FALSE, PR_FALSE);
|
||||
result = SetCSSDeclaration(decl, PR_FALSE, PR_FALSE);
|
||||
if (NS_SUCCEEDED(result)) {
|
||||
*aDecl = decl;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче