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

Unified Diff: src/hydrogen-types.h

Issue 426233002: Land the Fan (disabled) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/hydrogen-types.h
diff --git a/src/hydrogen-types.h b/src/hydrogen-types.h
index 08550f837d5100f4df46b9990b002ce07f67d5ff..d662a167b9fdae221e1cc117aa499243031a703b 100644
--- a/src/hydrogen-types.h
+++ b/src/hydrogen-types.h
@@ -8,7 +8,6 @@
#include <climits>
#include "src/base/macros.h"
-#include "src/ostreams.h"
namespace v8 {
namespace internal {
@@ -16,6 +15,7 @@ namespace internal {
// Forward declarations.
template <typename T> class Handle;
class Object;
+class OStream;
#define HTYPE_LIST(V) \
V(Any, 0x0) /* 0000 0000 0000 0000 */ \
« no previous file with comments | « src/hydrogen-instructions.h ('k') | src/hydrogen-types.cc » ('j') | src/lithium-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698