зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bug 336344. Crash loading svg pattern test. r+sr=tor@acm.org
This commit is contained in:
Родитель
03b6aab7ad
Коммит
7a7daabcc9
|
@ -721,7 +721,7 @@ NS_IMETHODIMP
|
|||
nsSVGPatternFrame::GetHeight(float *aHeight)
|
||||
{
|
||||
nsSVGLength2 *len;
|
||||
if ((len = GetHeight()) = nsnull) {
|
||||
if ((len = GetHeight()) == nsnull) {
|
||||
*aHeight = 0.0f;
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче