Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index fb6f5766bef7d715a4df1be6a7a213556e6b71ed..d70c5b20c42bf06ec26a7f007bda3b48a6089d3d 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -296,6 +296,10 @@ typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache; |
| ISOLATE_DEBUGGER_INIT_LIST(V) |
| class Isolate { |
| + // These forward declarations are required to make the friend declarations in |
| + // PerIsolateThreadData work on some older versions of gcc. |
| + class ThreadDataTable; |
| + class EntryStackItem; |
| public: |
| ~Isolate(); |