| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 1fc6600262f32b65ea8e069e9aa4a65dc152d1e2..42ec55b8bc1d9cbbb4b68eba62e35ee509bf42fa 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -887,8 +887,8 @@ class AllocateTargetSpace : public BitField<AllocationSpace, 1, 3> {};
|
|
|
| class DeclareGlobalsEvalFlag : public BitField<bool, 0, 1> {};
|
| class DeclareGlobalsNativeFlag : public BitField<bool, 1, 1> {};
|
| -STATIC_ASSERT(LANGUAGE_END == 2);
|
| -class DeclareGlobalsLanguageMode : public BitField<LanguageMode, 2, 1> {};
|
| +STATIC_ASSERT(LANGUAGE_END == 3);
|
| +class DeclareGlobalsLanguageMode : public BitField<LanguageMode, 2, 2> {};
|
|
|
| } // namespace internal
|
| } // namespace v8
|
|
|