Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 61c019c068bf1a4f5e3d62a7c758020ba4670ca7..1917d6d84342b7739e804909ab72a84fb6c01ab0 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -400,6 +400,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) \ |