| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 9a2e7460fc3338ae89087f6e5f0f22bce76c7e4e..b3c816b0f359cb3ac1f37a3d08f1d3ae2ef378bd 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -647,7 +647,7 @@ class FullCodeGenerator: public AstVisitor {
|
| // |offset| is the offset in the stack where the home object can be found.
|
| void EmitSetHomeObjectIfNeeded(Expression* initializer, int offset);
|
|
|
| - void EmitLoadSuperConstructor(SuperReference* expr);
|
| + void EmitLoadSuperConstructor();
|
|
|
| void CallIC(Handle<Code> code,
|
| TypeFeedbackId id = TypeFeedbackId::None());
|
|
|