Index: src/type-info.h |
=================================================================== |
--- src/type-info.h (revision 10379) |
+++ src/type-info.h (working copy) |
@@ -280,7 +280,7 @@ |
Handle<Object> GetInfo(unsigned ast_id); |
Handle<Context> global_context_; |
- Handle<NumberDictionary> dictionary_; |
+ Handle<UnseededNumberDictionary> dictionary_; |
DISALLOW_COPY_AND_ASSIGN(TypeFeedbackOracle); |
}; |