back out 376077, too problematic for beta 2.

This commit is contained in:
joshmoz%gmail.com 2007-12-05 21:19:07 +00:00
Родитель fcaaecc766
Коммит 8f10db3cce
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -4106,11 +4106,7 @@ static BOOL keyUpAlreadySentKeyDown = NO;
ConvertCocoaKeyEventToMacEvent(theEvent, macEvent);
geckoEvent.nativeMsg = &macEvent;
mGeckoChild->DispatchWindowEvent(geckoEvent);
// We always return YES here because we can't know for sure if Gecko
// handled the event, even with the return value for the event dispatch.
return YES;
return (BOOL)mGeckoChild->DispatchWindowEvent(geckoEvent);
}