Chromium Code Reviews| Index: src/regexp-stack.cc |
| diff --git a/src/regexp-stack.cc b/src/regexp-stack.cc |
| index fc4114af5de202d49507b9be3a1902c43b3d1881..f3af490f1e4dde11fae72cb1f0b13f45bbbbffb0 100644 |
| --- a/src/regexp-stack.cc |
| +++ b/src/regexp-stack.cc |
| @@ -39,7 +39,6 @@ RegExpStackScope::RegExpStackScope(Isolate* isolate) |
| RegExpStackScope::~RegExpStackScope() { |
| - ASSERT(Isolate::Current() == regexp_stack_->isolate_); |
| // Reset the buffer if it has grown. |
| regexp_stack_->Reset(); |
| } |