| Index: src/code-stubs.h
 | 
| diff --git a/src/code-stubs.h b/src/code-stubs.h
 | 
| index c367a79db5a6628558deef51af0c53f3b204a6aa..5712de2490293c482cfc72af9c24716e58058858 100644
 | 
| --- a/src/code-stubs.h
 | 
| +++ b/src/code-stubs.h
 | 
| @@ -1846,7 +1846,7 @@ class StoreGlobalViaContextStub final : public PlatformCodeStub {
 | 
|    class DepthBits : public BitField<int, 0, 4> {};
 | 
|    STATIC_ASSERT(DepthBits::kMax == kMaximumDepth);
 | 
|    class LanguageModeBits : public BitField<LanguageMode, 4, 1> {};
 | 
| -  STATIC_ASSERT(LANGUAGE_END == 2);
 | 
| +  STATIC_ASSERT(LAST_LANGUAGE_MODE == 1);
 | 
|  
 | 
|    DEFINE_CALL_INTERFACE_DESCRIPTOR(StoreGlobalViaContext);
 | 
|    DEFINE_PLATFORM_CODE_STUB(StoreGlobalViaContext, PlatformCodeStub);
 | 
| 
 |