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

Unified Diff: src/factory.h

Issue 7307030: Implement ICs for FastDoubleArray loads and stores (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix nit 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
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 19f09a15ce3ddae09ed05b06cf49a98b39f2f377..4e617ed7397aec2011f48e016decd5bd3ff2d1ed 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -31,6 +31,7 @@
#include "globals.h"
#include "handles.h"
#include "heap.h"
+#include "isolate.h"
Mads Ager (chromium) 2011/07/12 12:03:26 Is isolate.h needed here? There are no other chang
danno 2011/07/13 08:59:52 Done.
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698