| Index: src/arm64/lithium-arm64.h
 | 
| diff --git a/src/arm64/lithium-arm64.h b/src/arm64/lithium-arm64.h
 | 
| index 4507c075917eba7756a53960499525255952cc37..da690c1eddb46708dcc42fe9d182d6984d784bdd 100644
 | 
| --- a/src/arm64/lithium-arm64.h
 | 
| +++ b/src/arm64/lithium-arm64.h
 | 
| @@ -1748,7 +1748,7 @@ class LLoadGlobalGeneric final : public LTemplateInstruction<1, 2, 1> {
 | 
|    DECLARE_HYDROGEN_ACCESSOR(LoadGlobalGeneric)
 | 
|  
 | 
|    Handle<Object> name() const { return hydrogen()->name(); }
 | 
| -  bool for_typeof() const { return hydrogen()->for_typeof(); }
 | 
| +  TypeofMode typeof_mode() const { return hydrogen()->typeof_mode(); }
 | 
|  };
 | 
|  
 | 
|  
 | 
| 
 |