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