Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index ae8cc3dcd9f2bd5623af5dc1e9b7afa3eadd760c..640ea7644f1e54e09213a69affb676c0092b55d8 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -404,6 +404,7 @@ namespace internal { |
| F(NewClosure, 3, 1) \ |
| F(NewClosureFromStubFailure, 1, 1) \ |
| F(NewObject, 1, 1) \ |
| + F(NewObjectWithAllocationSite, 2, 1) \ |
| F(NewObjectFromBound, 1, 1) \ |
| F(FinalizeInstanceSize, 1, 1) \ |
| F(Throw, 1, 1) \ |