Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index dbb581d85ff0f959bc4c7eda837c95c78b25b127..ec5d86956d5e7889547e6d95bdc75edb63c5d9e6 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -1365,10 +1365,7 @@ 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: |