Index: src/interpreter-irregexp.h |
diff --git a/src/interpreter-irregexp.h b/src/interpreter-irregexp.h |
index 076f0c5081a4d64b94e99fba02378b85f0f9cc50..0f45d98207f7b46205084703e781668f8d1ae43a 100644 |
--- a/src/interpreter-irregexp.h |
+++ b/src/interpreter-irregexp.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2008 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -36,11 +36,11 @@ namespace internal { |
class IrregexpInterpreter { |
public: |
- static bool Match(Isolate* isolate, |
- Handle<ByteArray> code, |
- Handle<String> subject, |
- int* captures, |
- int start_position); |
+ static RegExpImpl::IrregexpResult Match(Isolate* isolate, |
+ Handle<ByteArray> code, |
+ Handle<String> subject, |
+ int* captures, |
+ int start_position); |
}; |