| Index: src/jsregexp.h
|
| diff --git a/src/jsregexp.h b/src/jsregexp.h
|
| index 2393f7b22b06f175b17a37187d9246979c7fc79a..c03879e76b7e409a7e73da1eba86446e349188d3 100644
|
| --- a/src/jsregexp.h
|
| +++ b/src/jsregexp.h
|
| @@ -158,7 +158,7 @@ class RegExpImpl {
|
| // On a successful match, the result is a JSArray containing
|
| // captured positions. On a failure, the result is the null value.
|
| // Returns an empty handle in case of an exception.
|
| - static Handle<Object> IrregexpExecOnce(Handle<FixedArray> regexp,
|
| + static Handle<Object> IrregexpExecOnce(Handle<JSRegExp> jsregexp,
|
| int num_captures,
|
| Handle<JSArray> lastMatchInfo,
|
| Handle<String> subject16,
|
|
|