Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 5865) |
| +++ src/runtime.h (working copy) |
| @@ -262,7 +262,7 @@ |
| F(CreateCatchExtensionObject, 2, 1) \ |
| \ |
| /* Statements */ \ |
| - F(NewClosure, 2, 1) \ |
| + F(NewClosure, 3, 1) \ |
| F(NewObject, 1, 1) \ |
| F(NewObjectFromBound, 2, 1) \ |
| F(FinalizeInstanceSize, 1, 1) \ |