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

Unified Diff: src/field-type.h

Issue 2302283002: Forking the type system between Crankshaft & Turbofan. (Closed)
Patch Set: Nits. Created 4 years, 3 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/effects.h ('k') | src/field-type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/field-type.h
diff --git a/src/field-type.h b/src/field-type.h
index eb7ffcab477ae6b505288c4aaf6c540d8d2cd54c..11e1069c839a2ab7d98b6d4eda626d97e437e4f3 100644
--- a/src/field-type.h
+++ b/src/field-type.h
@@ -5,6 +5,7 @@
#ifndef V8_FIELD_TYPE_H_
#define V8_FIELD_TYPE_H_
+#include "src/ast/ast-types.h"
#include "src/handles.h"
#include "src/objects.h"
#include "src/ostreams.h"
@@ -38,7 +39,7 @@ class FieldType : public Object {
bool NowStable();
bool NowIs(FieldType* other);
bool NowIs(Handle<FieldType> other);
- Type* Convert(Zone* zone);
+ AstType* Convert(Zone* zone);
void PrintTo(std::ostream& os);
};
« no previous file with comments | « src/effects.h ('k') | src/field-type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698