Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 6a123d6acece7d9eb902b38bd81e092cc31592ce..b166eb34899c6d0e92dd95afe1a6f78fc5968468 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -1713,7 +1713,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(); } |
}; |