Index: src/jsregexp.h |
=================================================================== |
--- src/jsregexp.h (revision 6279) |
+++ src/jsregexp.h (working copy) |
@@ -114,7 +114,7 @@ |
static IrregexpResult IrregexpExecOnce(Handle<JSRegExp> regexp, |
Handle<String> subject, |
int index, |
- Vector<int32_t> registers); |
+ Vector<int> registers); |
// Execute an Irregexp bytecode pattern. |
// On a successful match, the result is a JSArray containing |