Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index ea4c9477c37033845839745bc4de2189ae3f2fef..f8272f8e6bf4b4e8152a065349fcdc292cc122d2 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -1461,7 +1461,8 @@ class RegExpQuantifier: public RegExpTree { |
| bool is_greedy, |
| RegExpTree* body, |
| RegExpCompiler* compiler, |
| - RegExpNode* on_success); |
| + RegExpNode* on_success, |
| + bool not_at_start = false); |
| virtual RegExpQuantifier* AsQuantifier(); |
| virtual Interval CaptureRegisters(); |
| virtual bool IsQuantifier(); |