Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: src/zone.h

Issue 9297052: Include what you use for the files zone* (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/zone.cc » ('j') | src/zone.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/zone.h
diff --git a/src/zone.h b/src/zone.h
index 2ca3c4d369e3977be5ecbf002c9b528985636547..d0db912c0cb3a5c88093e3d01d72d04afe222a75 100644
--- a/src/zone.h
+++ b/src/zone.h
@@ -28,7 +28,13 @@
#ifndef V8_ZONE_H_
#define V8_ZONE_H_
+#include <stddef.h>
Kevin Millikin (Chromium) 2012/01/30 09:25:45 globals.h includes ../include/v8stdint.h, which in
+
#include "allocation.h"
+#include "checks.h"
+#include "globals.h"
+#include "list.h"
+#include "splay-tree.h"
namespace v8 {
namespace internal {
@@ -42,6 +48,7 @@ enum ZoneScopeMode {
};
class Segment;
+class Isolate;
// The Zone supports very fast allocation of small chunks of
// memory. The chunks cannot be deallocated individually, but instead
« no previous file with comments | « no previous file | src/zone.cc » ('j') | src/zone.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698