Revision: 5851
Author: [email protected]
Date: Thu Nov 18 02:49:34 2010
Log: A follow-up to r5849 -- fix Chromium build.

[email protected]

Review URL: http://codereview.chromium.org/5198003
http://code.google.com/p/v8/source/detail?r=5851

Modified:
 /branches/bleeding_edge/include/v8-profiler.h

=======================================
--- /branches/bleeding_edge/include/v8-profiler.h       Thu Nov 18 02:38:25 2010
+++ /branches/bleeding_edge/include/v8-profiler.h       Thu Nov 18 02:49:34 2010
@@ -245,6 +245,7 @@
 class V8EXPORT HeapGraphNode {
  public:
   enum Type {
+    kInternal = 0,   // For compatibility, will be removed.
     kHidden = 0,     // Hidden node, may be filtered when shown to user.
     kArray = 1,      // An array of elements.
     kString = 2,     // A string.

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

Reply via email to