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

Unified Diff: src/runtime.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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 0900fd36064af8d27cd7ea5233faf012cb195f26..68fda967ea5f4ef3728f326f7cd77f735e8d73eb 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -29,6 +29,7 @@
#define V8_RUNTIME_H_
#include "allocation.h"
+#include "objects.h"
Mads Ager (chromium) 2011/07/12 12:03:26 Is this addition needed?
danno 2011/07/13 08:59:52 Done.
#include "zone.h"
namespace v8 {

Powered by Google App Engine
This is Rietveld 408576698