| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 2561d566ca33c93c7db6bdc23fd5e2265c2ea8f4..bbdbdf186bb1e6084997984dc25383b5900049d9 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -1135,7 +1135,7 @@
|
|
|
| class DeclareGlobalsEvalFlag : public BitField<bool, 0, 1> {};
|
| class DeclareGlobalsNativeFlag : public BitField<bool, 1, 1> {};
|
| -STATIC_ASSERT(LAST_LANGUAGE_MODE == 1);
|
| +STATIC_ASSERT(LANGUAGE_END == 2);
|
| class DeclareGlobalsLanguageMode : public BitField<LanguageMode, 2, 1> {};
|
|
|
| } // namespace internal
|
|
|