Chromium Code Reviews| Index: src/property.h |
| diff --git a/src/property.h b/src/property.h |
| index 191b45789fbec659d2f687612d50b2c93a069de2..624e16fb1011b014f3a45c66c55dbc427ac81549 100644 |
| --- a/src/property.h |
| +++ b/src/property.h |
| @@ -9,12 +9,13 @@ |
| #include "src/field-index.h" |
| #include "src/field-index-inl.h" |
| #include "src/isolate.h" |
| -#include "src/ostreams.h" |
| #include "src/types.h" |
| namespace v8 { |
| namespace internal { |
| +class OStream; |
| + |
| // Abstraction for elements in instance-descriptor arrays. |
| // |
| // Each descriptor has a key, property attributes, property type, |