| Index: src/x64/simulator-x64.h
|
| diff --git a/src/x64/simulator-x64.h b/src/x64/simulator-x64.h
|
| index cfaa5b8c3a332128fb8eb56b8612e710d4a4625d..df8423a654facc8b23b2f41982faf459e8492d4c 100644
|
| --- a/src/x64/simulator-x64.h
|
| +++ b/src/x64/simulator-x64.h
|
| @@ -55,7 +55,8 @@ typedef int (*regexp_matcher)(String*, int, const byte*,
|
| // just use the C stack limit.
|
| class SimulatorStack : public v8::internal::AllStatic {
|
| public:
|
| - static inline uintptr_t JsLimitFromCLimit(uintptr_t c_limit) {
|
| + static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
|
| + uintptr_t c_limit) {
|
| return c_limit;
|
| }
|
|
|
|
|