| 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);
|
| };
|
|
|