зеркало из https://github.com/mozilla/pjs.git
Bug 620898 warning ... will be initialized after mWindowId in Image and imgRequest. r=joe a=joe
This commit is contained in:
Родитель
db8fceee6a
Коммит
ec56eda040
|
@ -42,12 +42,12 @@ namespace imagelib {
|
|||
|
||||
// Constructor
|
||||
Image::Image(imgStatusTracker* aStatusTracker) :
|
||||
mWindowId(0),
|
||||
mAnimationConsumers(0),
|
||||
mAnimationMode(kNormalAnimMode),
|
||||
mInitialized(PR_FALSE),
|
||||
mAnimating(PR_FALSE),
|
||||
mError(PR_FALSE),
|
||||
mWindowId(0)
|
||||
mError(PR_FALSE)
|
||||
{
|
||||
if (aStatusTracker) {
|
||||
mStatusTracker = aStatusTracker;
|
||||
|
|
|
@ -188,8 +188,8 @@ NS_IMPL_ISUPPORTS8(imgRequest,
|
|||
|
||||
imgRequest::imgRequest() :
|
||||
mCacheId(0), mValidator(nsnull), mImageSniffers("image-sniffing-services"),
|
||||
mDecodeRequested(PR_FALSE), mIsMultiPartChannel(PR_FALSE),
|
||||
mGotData(PR_FALSE), mIsInCache(PR_FALSE), mWindowId(0)
|
||||
mWindowId(0), mDecodeRequested(PR_FALSE), mIsMultiPartChannel(PR_FALSE),
|
||||
mGotData(PR_FALSE), mIsInCache(PR_FALSE)
|
||||
{}
|
||||
|
||||
imgRequest::~imgRequest()
|
||||
|
|
Загрузка…
Ссылка в новой задаче