Fixing the comment for bug 119693. r=dougt

git-svn-id: svn://10.0.0.236/trunk@136367 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2003-01-15 19:35:28 +00:00
parent 323d7a84f3
commit ee8e8e1965

View File

@ -918,7 +918,7 @@ _pl_CleanupNativeNotifier(PLEventQueue* self)
}
RemoveProp(self->eventReceiverWindow, _md_GetEventQueuePropName());
// DestroyWindow doesn't do anything when called a non ui thread. Since
// DestroyWindow doesn't do anything when called from a non ui thread. Since
// self->eventReceiverWindow was created on the ui thread, it must be destroyed
// on the ui thread.
SendMessage(self->eventReceiverWindow, WM_CLOSE, 0, 0);