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