Reviewers: Søren Gjesse,

Description:
Fix Windows build.

[email protected]

Please review this at http://codereview.chromium.org/466018

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/heap.h


Index: src/heap.h
===================================================================
--- src/heap.h  (revision 3406)
+++ src/heap.h  (working copy)
@@ -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