| Index: src/prettyprinter.h
|
| diff --git a/src/prettyprinter.h b/src/prettyprinter.h
|
| index de40aae03de8020f02548736accc7fac3295f856..d300d9a478e19c8cf7908bd08c6a817e0cd34ddf 100644
|
| --- a/src/prettyprinter.h
|
| +++ b/src/prettyprinter.h
|
| @@ -52,6 +52,7 @@ class PrettyPrinter: public AstVisitor {
|
| void PrintDeclarations(ZoneList<Declaration*>* declarations);
|
| void PrintFunctionLiteral(FunctionLiteral* function);
|
| void PrintCaseClause(CaseClause* clause);
|
| + void PrintObjectLiteralProperty(ObjectLiteralProperty* property);
|
|
|
| DEFINE_AST_VISITOR_SUBCLASS_MEMBERS();
|
| };
|
|
|