Followup to bug 606538: Fix incorrect assertion. r=bent a=blocking-fennec

This commit is contained in:
Chris Jones 2010-11-05 02:17:06 -05:00
Родитель c6aa80feff
Коммит a679373fee
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -125,7 +125,7 @@ print >>ipcmsgstart, """
LastMsgIndex
};
COMPILE_ASSERT(LastMsgIndex <= 64, need_to_update_IPC_MESSAGE_MACRO);
COMPILE_ASSERT(LastMsgIndex <= 65536, need_to_update_IPC_MESSAGE_MACRO);
#endif // ifndef IPCMessageStart_h
"""