Reviewers: Dmitry Titov, Vitaly,

Description:
Make the code compile on Mac OS X


BUG=
TEST=

Please review this at http://codereview.chromium.org/3351022/show

Affected files:
  M src/isolate.h


Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index fb6f5766bef7d715a4df1be6a7a213556e6b71ed..3f2b9613d140d6eb4ee0aacf6e3e5f9a17179047 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -296,6 +296,9 @@ typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache;
   ISOLATE_DEBUGGER_INIT_LIST(V)

 class Isolate {
+  // Without these forward declarations the code won't compile on Mac.
+  class ThreadDataTable;
+  class EntryStackItem;
  public:
   ~Isolate();



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to