summaryrefslogtreecommitdiff
path: root/deps/v8/src/regexp-stack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/regexp-stack.cc')
-rw-r--r--deps/v8/src/regexp-stack.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/regexp-stack.cc b/deps/v8/src/regexp-stack.cc
index fc4114af5d..f3af490f1e 100644
--- a/deps/v8/src/regexp-stack.cc
+++ b/deps/v8/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();
}