зеркало из https://github.com/mozilla/gecko-dev.git
Make sure to not return uninitialized stuff. Bug 232317, r+sr=jst
This commit is contained in:
Родитель
bc2c6161ab
Коммит
317cfcd106
|
@ -377,7 +377,7 @@ nsHTMLImageElement::GetY(PRInt32* aY)
|
|||
nsSize
|
||||
nsHTMLImageElement::GetWidthHeight()
|
||||
{
|
||||
nsSize size;
|
||||
nsSize size(0,0);
|
||||
|
||||
if (mDocument) {
|
||||
// Flush all pending notifications so that our frames are up to date.
|
||||
|
|
Загрузка…
Ссылка в новой задаче