Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / v8 / src / prettyprinter.h
index de40aae..d300d9a 100644 (file)
@@ -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();
 };