Bug 753118 - Fix uninitialized value in nsWindow::Destroy. r=karlt

This commit is contained in:
Julian Seward 2012-05-09 21:00:05 -04:00
parent 6346436929
commit d83cedc25d

View File

@ -137,7 +137,8 @@ invisibleSourceDragDataGet(GtkWidget *aWidget,
gpointer aData);
nsDragService::nsDragService()
: mTaskSource(0)
: mScheduledTask(eDragTaskNone)
, mTaskSource(0)
{
// We have to destroy the hidden widget before the event loop stops
// running.