Chromium Code Reviews| Index: src/jsregexp.cc |
| diff --git a/src/jsregexp.cc b/src/jsregexp.cc |
| index a36f8f82e5733da5651bddc1dfca3fdf47362f37..9bd41482c7f77c689d79967022d8c8af42d3c27d 100644 |
| --- a/src/jsregexp.cc |
| +++ b/src/jsregexp.cc |
| @@ -4757,7 +4757,7 @@ OutSet* DispatchTable::Get(uc16 value) { |
| void Analysis::EnsureAnalyzed(RegExpNode* that) { |
| - StackLimitCheck check; |
| + StackLimitCheck check(Isolate::Current()); |
| if (check.HasOverflowed()) { |
| fail("Stack overflow"); |
| return; |