Chromium Code Reviews| Index: src/x64/simulator-x64.h |
| =================================================================== |
| --- src/x64/simulator-x64.h (revision 7948) |
| +++ src/x64/simulator-x64.h (working copy) |
| @@ -55,7 +55,8 @@ |
| // 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; |
| } |