| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 50e0595025a47860a1a854d0a7b3590c30fca2c4..e5e2b26bd39c0f910d45c865b804cbeafe398c80 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -1690,7 +1690,7 @@ class LLoadGlobalGeneric final : public LTemplateInstruction<1, 2, 1> {
|
| LOperand* temp_vector() { return temps_[0]; }
|
|
|
| Handle<Object> name() const { return hydrogen()->name(); }
|
| - bool for_typeof() const { return hydrogen()->for_typeof(); }
|
| + TypeofMode typeof_mode() const { return hydrogen()->typeof_mode(); }
|
| };
|
|
|
|
|
|
|