зеркало из https://github.com/mozilla/pjs.git
Don't warn (in a debug build) when ALT attr is missing in markup. b=339281 r+sr=bzbarsky
This commit is contained in:
Родитель
5d7677310e
Коммит
da59e2fba9
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче