Index: src/interpreter-irregexp.h |
=================================================================== |
--- src/interpreter-irregexp.h (revision 7267) |
+++ src/interpreter-irregexp.h (working copy) |
@@ -36,7 +36,8 @@ |
class IrregexpInterpreter { |
public: |
- static bool Match(Handle<ByteArray> code, |
+ static bool Match(Isolate* isolate, |
+ Handle<ByteArray> code, |
Handle<String> subject, |
int* captures, |
int start_position); |