Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index 74910cd1a7c817565c953775607269e1197a9a57..fbd4d2a651fc3ef414e7f1e7c5c2ee3cf77ad888 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -232,7 +232,7 @@ class UnaryOperation; |
| class ForInStatement; |
| -class TypeFeedbackOracle BASE_EMBEDDED { |
| +class TypeFeedbackOracle: public ZoneObject { |
| public: |
| TypeFeedbackOracle(Handle<Code> code, |
| Handle<Context> global_context, |