| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 88a88f45b2d56c5924e0219bfc7d8ca29d7f5b52..c22a6c0e0e07f469ecd3d3519f3d5321e6a17106 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -531,8 +531,7 @@ class FullCodeGenerator: public AstVisitor {
|
| F(RegExpConstructResult) \
|
| F(GetFromCache) \
|
| F(NumberToString) \
|
| - F(DebugIsActive) \
|
| - F(CallSuperWithSpread)
|
| + F(DebugIsActive)
|
|
|
| #define GENERATOR_DECLARATION(Name) void Emit##Name(CallRuntime* call);
|
| FOR_EACH_FULL_CODE_INTRINSIC(GENERATOR_DECLARATION)
|
|
|