Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index a68a56851804940c38bccefc7100351383030714..b337b321e4c9daee173e78277b2ee7810ce2d123 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -187,7 +187,6 @@ namespace internal { |
| /* Classes support */ \ |
| F(ToMethod, 2, 1) \ |
| F(HomeObjectSymbol, 0, 1) \ |
| - F(DefaultConstructorSuperCall, 0, 1) \ |
| F(DefineClass, 6, 1) \ |
| F(DefineClassMethod, 3, 1) \ |
| F(ClassGetSourceCode, 1, 1) \ |