зеркало из https://github.com/mozilla/pjs.git
initialize member variables to 0
This commit is contained in:
Родитель
9a1f28cfd5
Коммит
170f02692b
|
@ -79,6 +79,10 @@ struct nsReflowMetrics {
|
|||
maxElementSize = aMaxElementSize;
|
||||
posTopMargin = 0;
|
||||
posBottomMargin = 0;
|
||||
width = 0;
|
||||
height = 0;
|
||||
ascent = 0;
|
||||
descent = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -79,6 +79,10 @@ struct nsReflowMetrics {
|
|||
maxElementSize = aMaxElementSize;
|
||||
posTopMargin = 0;
|
||||
posBottomMargin = 0;
|
||||
width = 0;
|
||||
height = 0;
|
||||
ascent = 0;
|
||||
descent = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче