mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset af9f873b8bc6 (bug 1107416) for non-unified bustage.
This commit is contained in:
parent
87c1d775cc
commit
30baa1c1af
@ -43,12 +43,6 @@ static const uint32_t XDR_BYTECODE_VERSION =
|
||||
#endif
|
||||
));
|
||||
|
||||
static_assert(JSErr_Limit == 368,
|
||||
"GREETINGS, POTENTIAL SUBTRAHEND INCREMENTER! If you added or "
|
||||
"removed MSG_DEFs from js.msg, you should increment "
|
||||
"XDR_BYTECODE_VERSION_SUBTRAHEND and update this assertion's "
|
||||
"expected JSErr_Limit value.");
|
||||
|
||||
class XDRBuffer {
|
||||
public:
|
||||
explicit XDRBuffer(JSContext *cx)
|
||||
|
Loading…
Reference in New Issue
Block a user