Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(680)

Unified Diff: src/prettyprinter.h

Issue 15060005: Consistently start (almost) all AstPrinter::VisitFoo functions with IndentedScope. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/prettyprinter.cc » ('j') | src/prettyprinter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/prettyprinter.h
diff --git a/src/prettyprinter.h b/src/prettyprinter.h
index 41175ab2ae2282c8d8f5996d2769316adf8860ae..6657ecd1458236793ab74fec3a09a11363f8b78c 100644
--- a/src/prettyprinter.h
+++ b/src/prettyprinter.h
@@ -106,7 +106,7 @@ class AstPrinter: public PrettyPrinter {
void PrintLiteralWithModeIndented(const char* info,
Variable* var,
Handle<Object> value);
- void PrintLabelsIndented(const char* info, ZoneStringList* labels);
+ void PrintLabelsIndented(ZoneStringList* labels);
void inc_indent() { indent_++; }
void dec_indent() { indent_--; }
« no previous file with comments | « no previous file | src/prettyprinter.cc » ('j') | src/prettyprinter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698