| Index: src/ppc/lithium-ppc.h
|
| diff --git a/src/ppc/lithium-ppc.h b/src/ppc/lithium-ppc.h
|
| index 853a6240d03ed3d7508491a375b542b51e9ae3c5..6db4f30e76f8714434df20d7ed281c1165dbc60e 100644
|
| --- a/src/ppc/lithium-ppc.h
|
| +++ b/src/ppc/lithium-ppc.h
|
| @@ -1638,7 +1638,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(); }
|
| };
|
|
|
|
|
|
|