summaryrefslogtreecommitdiff
path: root/chromium/v8/src/regexp-stack.h
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@theqtcompany.com>2014-12-05 15:04:29 +0100
committerAndras Becsi <andras.becsi@theqtcompany.com>2014-12-09 10:49:28 +0100
commitaf6588f8d723931a298c995fa97259bb7f7deb55 (patch)
tree060ca707847ba1735f01af2372e0d5e494dc0366 /chromium/v8/src/regexp-stack.h
parent2fff84d821cc7b1c785f6404e0f8091333283e74 (diff)
downloadqtwebengine-chromium-af6588f8d723931a298c995fa97259bb7f7deb55.tar.gz
BASELINE: Update chromium to 40.0.2214.28 and ninja to 1.5.3.
Change-Id: I759465284fd64d59ad120219cbe257f7402c4181 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'chromium/v8/src/regexp-stack.h')
-rw-r--r--chromium/v8/src/regexp-stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/regexp-stack.h b/chromium/v8/src/regexp-stack.h
index 745782d73b7..d18ce708d62 100644
--- a/chromium/v8/src/regexp-stack.h
+++ b/chromium/v8/src/regexp-stack.h
@@ -41,7 +41,7 @@ class RegExpStack {
// Gives the top of the memory used as stack.
Address stack_base() {
- ASSERT(thread_local_.memory_size_ != 0);
+ DCHECK(thread_local_.memory_size_ != 0);
return thread_local_.memory_ + thread_local_.memory_size_;
}