Index: src/interpreter-re2k.h |
=================================================================== |
--- src/interpreter-re2k.h (revision 738) |
+++ src/interpreter-re2k.h (working copy) |
@@ -35,8 +35,8 @@ |
class Re2kInterpreter { |
public: |
- static bool Match(ByteArray* code, |
- String* subject, |
+ static bool Match(Handle<ByteArray> code, |
+ Handle<String> subject, |
int* captures, |
int start_position); |
}; |