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

Unified Diff: src/allocation.h

Issue 7346006: Fixed a long-standing TODO: Removed a few *-incl.h #includes from isolate.h. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 5 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/debug.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/allocation.h
===================================================================
--- src/allocation.h (revision 8614)
+++ src/allocation.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright 2008 the V8 project authors. All rights reserved.
+// Copyright 2008-2011 the V8 project authors. All rights reserved.
Søren Thygesen Gjesse 2011/07/12 07:43:22 Just 2011 instead of 2008-2011 (in other files as
Sven Panne 2011/07/12 07:57:18 Done.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -28,6 +28,7 @@
#ifndef V8_ALLOCATION_H_
#define V8_ALLOCATION_H_
+#include "allocation.h"
Søren Thygesen Gjesse 2011/07/12 07:43:22 No need for this file to include itself.
Sven Panne 2011/07/12 07:57:18 Done.
#include "checks.h"
#include "globals.h"
« no previous file with comments | « no previous file | src/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698