| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index 79d8ab64420a8d40a4103ea41d26c80a9de25e2b..a19c3ee507908c45e891f6d2baab33e763ae3c2e 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -2372,8 +2372,6 @@ class HCallWithDescriptor V8_FINAL : public HInstruction {
|
| return OperandAt(0);
|
| }
|
|
|
| - virtual bool IsCall() V8_FINAL V8_OVERRIDE { return true; }
|
| -
|
| virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
|
|
|
| private:
|
|
|