Chromium Code Reviews| Index: src/jsregexp.h |
| diff --git a/src/jsregexp.h b/src/jsregexp.h |
| index 548179240d540cc4487704f17bd1c869026922f6..9a84237fde95ba829715e03d6947acd7444959e9 100644 |
| --- a/src/jsregexp.h |
| +++ b/src/jsregexp.h |
| @@ -71,7 +71,8 @@ class RegExpImpl { |
| // Returns false if compilation fails. |
| static Handle<Object> Compile(Handle<JSRegExp> re, |
| Handle<String> pattern, |
| - Handle<String> flags); |
| + Handle<String> flags, |
| + Zone* zone); |
| // See ECMA-262 section 15.10.6.2. |
| // This function calls the garbage collector if necessary. |