Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index a962803dabf403ac2d7a98a7e416a6a056bf9342..2b50bf483f429212cc050cb47336dab6218ee68a 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -272,6 +272,8 @@ class TypeFeedbackOracle: public ZoneObject { |
static bool CanRetainOtherContext(JSFunction* function, |
Context* native_context); |
+ void CollectPolymorphicMaps(Handle<Code> code, SmallMapList* types); |
+ |
CheckType GetCallCheckType(Call* expr); |
Handle<JSObject> GetPrototypeForPrimitiveCheck(CheckType check); |