mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Bug 285030. Ensure BCData::mCornerBevel is initialized. r=bernd, sr=bzbarsky
This commit is contained in:
parent
9595c20f0a
commit
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user