Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: src/isolate.h

Issue 3351022: Make the code compile on Mac OS X (Closed)
Patch Set: Changed comment wording in accord with review Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698