X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Fsrc%2Fprettyprinter.h;h=d300d9a478e19c8cf7908bd08c6a817e0cd34ddf;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=de40aae03de8020f02548736accc7fac3295f856;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/src/prettyprinter.h b/src/v8/src/prettyprinter.h index de40aae..d300d9a 100644 --- a/src/v8/src/prettyprinter.h +++ b/src/v8/src/prettyprinter.h @@ -52,6 +52,7 @@ class PrettyPrinter: public AstVisitor { void PrintDeclarations(ZoneList* declarations); void PrintFunctionLiteral(FunctionLiteral* function); void PrintCaseClause(CaseClause* clause); + void PrintObjectLiteralProperty(ObjectLiteralProperty* property); DEFINE_AST_VISITOR_SUBCLASS_MEMBERS(); };