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

Unified Diff: src/apiutils.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
« no previous file with comments | « no previous file | src/arm/stub-cache-arm.cc » ('j') | src/arm/stub-cache-arm.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/apiutils.h
diff --git a/src/apiutils.h b/src/apiutils.h
index 68579af1b3e6fe9cc8af276338c78860e0f4fdde..bc7fa311f204b724fdd1f120c91fc28baf1890a8 100644
--- a/src/apiutils.h
+++ b/src/apiutils.h
@@ -1,4 +1,4 @@
-// Copyright 2009 the V8 project authors. All rights reserved.
+// Copyright 2011 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -28,6 +28,8 @@
#ifndef V8_APIUTILS_H_
#define V8_APIUTILS_H_
+#include "objects.h"
Mads Ager (chromium) 2011/07/12 12:03:26 Why do you need an extra include here when the res
danno 2011/07/13 08:59:52 Done.
+
namespace v8 {
class ImplementationUtilities {
public:
« no previous file with comments | « no previous file | src/arm/stub-cache-arm.cc » ('j') | src/arm/stub-cache-arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698