Don't warn (in a debug build) when ALT attr is missing in markup. b=339281 r+sr=bzbarsky

This commit is contained in:
mats.palmgren%bredband.net 2006-06-03 19:24:05 +00:00
Родитель 5d7677310e
Коммит da59e2fba9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2246,6 +2246,7 @@ nsCSSFrameConstructor::CreateGeneratedFrameFor(nsIFrame* aParentFram
} else {
*aFrame = nsnull;
rv = NS_ERROR_NOT_AVAILABLE;
return rv; // Don't fall through to the warning below.
}
NS_ENSURE_SUCCESS(rv, rv);
}