| Index: src/full-codegen.h
 | 
| diff --git a/src/full-codegen.h b/src/full-codegen.h
 | 
| index 9681c8abe4128878500dc048ccde7329415f8bee..c431e10213daf983e44df21549a46a4f2ea183bf 100644
 | 
| --- a/src/full-codegen.h
 | 
| +++ b/src/full-codegen.h
 | 
| @@ -496,6 +496,7 @@ class FullCodeGenerator: public AstVisitor {
 | 
|  
 | 
|    // Platform-specific code sequences for calls
 | 
|    void EmitCall(Call* expr, CallICState::CallType = CallICState::FUNCTION);
 | 
| +  void EmitSuperConstructorCall(Call* expr);
 | 
|    void EmitCallWithLoadIC(Call* expr);
 | 
|    void EmitSuperCallWithLoadIC(Call* expr);
 | 
|    void EmitKeyedCallWithLoadIC(Call* expr, Expression* key);
 | 
| 
 |