Irregexp Interpreter build fix.
BUG=1266 TEST= Review URL: http://codereview.chromium.org/6727018 Patch from Peter Varga <pvarga@inf.u-szeged.hu>. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7317 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
7de048de02
commit
a12e07999f
@ -501,7 +501,8 @@ RegExpImpl::IrregexpResult RegExpImpl::IrregexpExecOnce(
|
||||
}
|
||||
Handle<ByteArray> byte_codes(IrregexpByteCode(*irregexp, is_ascii), isolate);
|
||||
|
||||
if (IrregexpInterpreter::Match(byte_codes,
|
||||
if (IrregexpInterpreter::Match(isolate,
|
||||
byte_codes,
|
||||
subject,
|
||||
register_vector,
|
||||
index)) {
|
||||
|
Loading…
Reference in New Issue
Block a user