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

Unified Diff: src/ast.h

Issue 12470: * Lint fixes (Closed)
Patch Set: Created 12 years, 1 month 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 | « src/assembler.h ('k') | src/ast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.h
diff --git a/src/ast.h b/src/ast.h
index ec5d86956d5e7889547e6d95bdc75edb63c5d9e6..dbb581d85ff0f959bc4c7eda837c95c78b25b127 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -1365,7 +1365,10 @@ class RegExpQuantifier: public RegExpTree {
enum CaptureAvailability {
- CAPTURE_AVAILABLE, CAPTURE_UNREACHABLE, CAPTURE_PERMANENTLY_UNREACHABLE };
+ CAPTURE_AVAILABLE,
+ CAPTURE_UNREACHABLE,
+ CAPTURE_PERMANENTLY_UNREACHABLE
+};
class RegExpCapture: public RegExpTree {
public:
« no previous file with comments | « src/assembler.h ('k') | src/ast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698