| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 94c5dacfd5ba1dfd1d5d49ac90a24533c8f72f70..e8314e09d96469563da26da2d808f2ceac3eee80 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4404,7 +4404,7 @@
|
| // Properties of scopes.
|
| class ScopeTypeField : public BitField<ScopeType, 0, 4> {};
|
| class CallsEvalField : public BitField<bool, ScopeTypeField::kNext, 1> {};
|
| - STATIC_ASSERT(LAST_LANGUAGE_MODE == 1);
|
| + STATIC_ASSERT(LANGUAGE_END == 2);
|
| class LanguageModeField
|
| : public BitField<LanguageMode, CallsEvalField::kNext, 1> {};
|
| class DeclarationScopeField
|
|
|