[OS/2] Bug 520420 - build break due to typo, r=mkaply

This commit is contained in:
Dave Yeo 2009-10-12 10:33:20 +02:00
parent 619614abd8
commit 37b0f349be

View File

@ -731,7 +731,7 @@ void nsWindow::DoCreate( HWND hwndP, nsWindow *aParent,
if( aInitData != nsnull) {
mWindowType = aInitData->mWindowType;
mBorerStyle = aInitData->mBorderStyle;
mBorderStyle = aInitData->mBorderStyle;
}
// Must ensure toolkit before attempting to thread-switch!