Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 53a83be6595d2ef3d9ea42dbc1c4842cb0c608f4..8b4b84e2ed02eaed6e3bbc697d8db1580ce4157f 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -283,7 +283,7 @@ class TypeFeedbackOracle: public ZoneObject { |
CheckType GetCallCheckType(Call* expr); |
Handle<JSFunction> GetCallTarget(Call* expr); |
Handle<JSFunction> GetCallNewTarget(CallNew* expr); |
- Handle<JSGlobalPropertyCell> GetCallNewAllocationInfoCell(CallNew* expr); |
+ Handle<Cell> GetCallNewAllocationInfoCell(CallNew* expr); |
Handle<Map> GetObjectLiteralStoreMap(ObjectLiteralProperty* prop); |
@@ -341,7 +341,7 @@ class TypeFeedbackOracle: public ZoneObject { |
Handle<Object> GetInfo(TypeFeedbackId ast_id); |
// Return the cell that contains type feedback. |
- Handle<JSGlobalPropertyCell> GetInfoCell(TypeFeedbackId ast_id); |
+ Handle<Cell> GetInfoCell(TypeFeedbackId ast_id); |
private: |
Handle<Context> native_context_; |