Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 2a347cd6fd0e0f2eda7ffe434693039646f11342..36911da245aa3b80a234c365620d61551166bf22 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -30,11 +30,12 @@ |
| #include "globals.h" |
| #include "heap.h" |
| -#include "zone-inl.h" |
| namespace v8 { |
| namespace internal { |
| +// Forward declarations. |
| +class ZoneScopeInfo; |
| // Interface for handle based allocation. |