Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index a0d32158445934a12d99b5d73603c79f8686bf11..15b6b3d866308621b149d802c9beb92f5e2213bc 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -313,6 +313,7 @@ class TypeFeedbackOracle: public ZoneObject { |
| Handle<Type>* right, |
| Handle<Type>* result, |
| Maybe<int>* fixed_right_arg, |
| + Handle<AllocationSite>* allocation_site, |
| Token::Value operation); |
| void CompareType(TypeFeedbackId id, |