зеркало из https://github.com/mozilla/gecko-dev.git
Bug 285030. Ensure BCData::mCornerBevel is initialized. r=bernd, sr=bzbarsky
This commit is contained in:
Родитель
9595c20f0a
Коммит
1d9c9b1e48
|
@ -394,6 +394,7 @@ inline BCData::BCData()
|
|||
mLeftOwner = mTopOwner = eCellOwner;
|
||||
mLeftStart = mTopStart = 1;
|
||||
mLeftSize = mCornerSide = mCornerSubSize = mTopSize = 0;
|
||||
mCornerBevel = PR_FALSE;
|
||||
}
|
||||
|
||||
inline BCData::~BCData()
|
||||
|
|
Загрузка…
Ссылка в новой задаче