Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index 1e9064517af1059e9707a7cd975f75dfc2a46deb..583c3fc52059badd4bbcae7f3bc7e57703053465 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -336,8 +336,8 @@ class TypeFeedbackOracle: public ZoneObject { |
| private: |
| Handle<Context> native_context_; |
| Isolate* isolate_; |
| - Handle<UnseededNumberDictionary> dictionary_; |
| Zone* zone_; |
| + Handle<UnseededNumberDictionary> dictionary_; |
| DISALLOW_COPY_AND_ASSIGN(TypeFeedbackOracle); |
| }; |