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

Unified Diff: src/types.h

Issue 426233002: Land the Fan (disabled) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback, rebase and "git cl format" 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
« no previous file with comments | « src/string-stream.cc ('k') | src/types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/types.h
diff --git a/src/types.h b/src/types.h
index 8d9678cf48ca0c9dd75565e5605a7af73f145be0..849f0f44b607411681342c33ca1b5cd02d3804e8 100644
--- a/src/types.h
+++ b/src/types.h
@@ -7,11 +7,12 @@
#include "src/factory.h"
#include "src/handles.h"
-#include "src/ostreams.h"
namespace v8 {
namespace internal {
+class OStream;
+
// SUMMARY
//
// A simple type system for compiler-internal use. It is based entirely on
@@ -511,8 +512,6 @@ class TypeImpl<Config>::BitsetType : public TypeImpl<Config> {
static int Lub(TypeImpl* type); // least upper bound that's a bitset
static int Lub(i::Object* value);
static int Lub(double value);
- static int Lub(int32_t value);
- static int Lub(uint32_t value);
static int Lub(i::Map* map);
static int InherentLub(TypeImpl* type);
« no previous file with comments | « src/string-stream.cc ('k') | src/types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698