Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index 9b8b431cde521c19f76864aac4fad4ed0a7998e9..19a309bc8d9bc3fb3f438ea16ce8c54885886878 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -267,6 +267,7 @@ class TypeFeedbackOracle BASE_EMBEDDED { |
| Handle<JSObject> GetPrototypeForPrimitiveCheck(CheckType check); |
| Handle<JSFunction> GetCallTarget(Call* expr); |
| + Handle<JSFunction> GetCallNewTarget(CallNew* expr); |
| bool LoadIsBuiltin(Property* expr, Builtins::Name id); |