| Index: src/arm/simulator-arm.h
|
| diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
|
| index 0876028c4335f086ef45742cd160a20106addc33..b7b1b6812e06ae0d30936fb51dd9302539ad8e5b 100644
|
| --- a/src/arm/simulator-arm.h
|
| +++ b/src/arm/simulator-arm.h
|
| @@ -49,7 +49,7 @@ namespace internal {
|
| (entry(p0, p1, p2, p3, p4))
|
|
|
| typedef int (*arm_regexp_matcher)(String*, int, const byte*, const byte*,
|
| - void*, int*, Address, int);
|
| + void*, int*, Address, int, Isolate*);
|
|
|
|
|
| // Call the generated regexp code directly. The code at the entry address
|
|
|