Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 82c5ffd29dac17df799d2da1db98b49739ae76a7..4ade30dcd05e6443c397198bb756769b539c188f 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -1663,7 +1663,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(); } |
}; |