Bug 675483 - sLastModifierState should be a NSUInteger, not PRBool, r=smichaud

This commit is contained in:
Michael Wu 2011-08-01 18:20:52 -07:00
Родитель ad1a7b1c03
Коммит 01905612c3
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1056,7 +1056,7 @@ private:
class TextInputHandler : public IMEInputHandler
{
public:
static PRBool sLastModifierState;
static NSUInteger sLastModifierState;
static CFArrayRef CreateAllKeyboardLayoutList();
static void DebugPrintAllKeyboardLayouts();

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

@ -905,7 +905,7 @@ TISInputSourceWrapper::InitKeyPressEvent(NSEvent *aNativeKeyEvent,
*
******************************************************************************/
PRBool TextInputHandler::sLastModifierState = PR_FALSE;
NSUInteger TextInputHandler::sLastModifierState = 0;
// static
CFArrayRef