Revision: 5442
Author: [email protected]
Date: Fri Sep 10 06:22:54 2010
Log: Make the code compile on Mac OS X
BUG=
TEST=
Review URL: http://codereview.chromium.org/3351022
http://code.google.com/p/v8/source/detail?r=5442
Modified:
/branches/experimental/isolates/src/isolate.h
=======================================
--- /branches/experimental/isolates/src/isolate.h Thu Sep 9 17:53:48 2010
+++ /branches/experimental/isolates/src/isolate.h Fri Sep 10 06:22:54 2010
@@ -293,6 +293,10 @@
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();
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev