Revision: 3410
Author: [email protected]
Date: Thu Dec  3 03:34:45 2009
Log: Fix Windows build.

[email protected]
Review URL: http://codereview.chromium.org/466018
http://code.google.com/p/v8/source/detail?r=3410

Modified:
  /branches/bleeding_edge/src/heap.h

=======================================
--- /branches/bleeding_edge/src/heap.h  Thu Dec  3 02:16:37 2009
+++ /branches/bleeding_edge/src/heap.h  Thu Dec  3 03:34:45 2009
@@ -1103,7 +1103,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