Reviewers: Kevin Millikin,

Message:
Small addition to rev 4058 to make cctest compile - test-heap-profiler relies
implicitly on zone-inl.h

Description:
Added zone-inl.h to test-heap-profiler to fix test build failure after header
file refactoring in revision 4058.

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

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

Affected files:
  M     test/cctest/test-heap-profiler.cc


Index: test/cctest/test-heap-profiler.cc
===================================================================
--- test/cctest/test-heap-profiler.cc   (revision 4058)
+++ test/cctest/test-heap-profiler.cc   (working copy)
@@ -8,6 +8,7 @@
 #include "heap-profiler.h"
 #include "string-stream.h"
 #include "cctest.h"
+#include "zone-inl.h"

 namespace i = v8::internal;
 using i::ClustersCoarser;


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

Reply via email to