Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index d61c3d4c0dd265c776388fdcdaa47b1ceeaf1e4b..4339bb0ec97a9aec251c097505abfb1c8ca98759 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1700,7 +1700,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(); } |
}; |