Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index 24a9edbd33698965efc3c4a8df0c23f8ce907eb6..6b9982670681c76a5cc01109f29ffeb89b57b05b 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -65,6 +65,7 @@ class TypeFeedbackOracle: public ZoneObject { |
| Context* native_context); |
| Handle<JSFunction> GetCallTarget(int slot); |
| + Handle<AllocationSite> GetCallAllocationSite(int slot); |
| Handle<JSFunction> GetCallNewTarget(int slot); |
| Handle<AllocationSite> GetCallNewAllocationSite(int slot); |