Revision: 3411
Author: [email protected]
Date: Thu Dec  3 03:40:49 2009
Log: Fix windows build in trunk version 2.0.2.3.
http://code.google.com/p/v8/source/detail?r=3411

Modified:
  /trunk/src/heap.h

=======================================
--- /trunk/src/heap.h   Thu Dec  3 03:25:37 2009
+++ /trunk/src/heap.h   Thu Dec  3 03:40:49 2009
@@ -1130,7 +1130,8 @@
  };


-struct HeapStats {
+class HeapStats {
+ public:
    int new_space_size;
    int new_space_capacity;
    int old_pointer_space_size;

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

Reply via email to