Chromium Code Reviews| Index: src/x64/regexp-macro-assembler-x64.cc |
| =================================================================== |
| --- src/x64/regexp-macro-assembler-x64.cc (revision 4906) |
| +++ src/x64/regexp-macro-assembler-x64.cc (working copy) |
| @@ -1135,7 +1135,7 @@ |
| Code* re_code, |
| Address re_frame) { |
| if (Isolate::Current()->stack_guard()->IsStackOverflow()) { |
| - Top::StackOverflow(); |
| + Isolate::Current()->StackOverflow(); |
| return EXCEPTION; |
| } |