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

Unified Diff: src/builtins.h

Issue 10209027: Implement tracking and optimizations of packed arrays. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: New upload Created 8 years, 8 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 | « src/bootstrapper.cc ('k') | src/builtins.cc » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index 3ea33938ebc6a03c597339c4ea4987d357efc600..f5e6c8346900782b1148e4d28d133770aa3958b3 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -28,6 +28,8 @@
#ifndef V8_BUILTINS_H_
#define V8_BUILTINS_H_
+#include "objects.h"
+
namespace v8 {
namespace internal {
« no previous file with comments | « src/bootstrapper.cc ('k') | src/builtins.cc » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698