Chromium Code Reviews| Index: src/x64/lithium-x64.h |
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
| index ca187a183d84375316e702e54a41c5a4634f6bd2..cfaed15077a1f8dc664dbda56ad045b6f4f42c5d 100644 |
| --- a/src/x64/lithium-x64.h |
| +++ b/src/x64/lithium-x64.h |
| @@ -552,6 +552,7 @@ class LWrapReceiver V8_FINAL : public LTemplateInstruction<1, 2, 0> { |
| LOperand* function() { return inputs_[1]; } |
| DECLARE_CONCRETE_INSTRUCTION(WrapReceiver, "wrap-receiver") |
| + DECLARE_HYDROGEN_ACCESSOR(WrapReceiver) |
| }; |