Chromium Code Reviews| Index: src/property-details.h |
| diff --git a/src/property-details.h b/src/property-details.h |
| index 44f32cbc935ab11bcaa74a4b4cb454db606ee280..01592610681aecc9d2a7f6b08c3fedcf6b7aff7e 100644 |
| --- a/src/property-details.h |
| +++ b/src/property-details.h |
| @@ -56,9 +56,7 @@ STATIC_ASSERT(((SKIP_STRINGS | SKIP_SYMBOLS | ONLY_ALL_CAN_READ) & |
| class Smi; |
| -template<class> class TypeImpl; |
| -struct ZoneTypeConfig; |
| -typedef TypeImpl<ZoneTypeConfig> Type; |
| +class Type; |
| class TypeInfo; |
| // Type of properties. |