зеркало из https://github.com/mozilla/gecko-dev.git
Followup to bug 606538: Fix incorrect assertion. r=bent a=blocking-fennec
This commit is contained in:
Родитель
c6aa80feff
Коммит
a679373fee
|
@ -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
|
||||
"""
|
||||
|
|
Загрузка…
Ссылка в новой задаче