Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 19f09a15ce3ddae09ed05b06cf49a98b39f2f377..4e617ed7397aec2011f48e016decd5bd3ff2d1ed 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -31,6 +31,7 @@ |
| #include "globals.h" |
| #include "handles.h" |
| #include "heap.h" |
| +#include "isolate.h" |
|
Mads Ager (chromium)
2011/07/12 12:03:26
Is isolate.h needed here? There are no other chang
danno
2011/07/13 08:59:52
Done.
|
| namespace v8 { |
| namespace internal { |