| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 00d88c2afccae57570b8e4df23be88bff6fa2c95..7012a7f5dc934a61ed91baf622349d054fe921eb 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -279,6 +279,7 @@ class TypeFeedbackOracle: public ZoneObject {
|
| Handle<Map> GetObjectLiteralStoreMap(ObjectLiteral::Property* prop);
|
|
|
| bool LoadIsBuiltin(Property* expr, Builtins::Name id);
|
| + Code::ExtraICStateForeignCallback LoadForeignCallbackType(Property* expr);
|
|
|
| // TODO(1571) We can't use ToBooleanStub::Types as the return value because
|
| // of various cylces in our headers. Death to tons of implementations in
|
|
|