Index: src/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h |
index 1eedba1f48e7f2e29a26676778ba631445386dfd..911581411b8be35a2fdfdc0d7db572c766e6ccb2 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/x87/lithium-x87.h |
@@ -1721,7 +1721,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(); } |
}; |