| Index: src/prettyprinter.h
|
| diff --git a/src/prettyprinter.h b/src/prettyprinter.h
|
| index 1c94635ef49022b2c258a345a6b19f32255dff42..720fe7b4c939ec217d7b8784049e13f34cdd769c 100644
|
| --- a/src/prettyprinter.h
|
| +++ b/src/prettyprinter.h
|
| @@ -102,7 +102,7 @@ class AstPrinter: public PrettyPrinter {
|
| void PrintLiteralWithModeIndented(const char* info,
|
| Variable* var,
|
| Handle<Object> value,
|
| - StaticType* type);
|
| + SmiAnalysis* type);
|
| void PrintLabelsIndented(const char* info, ZoneStringList* labels);
|
|
|
| void inc_indent() { indent_++; }
|
|
|