Revision: 22813
Author:   [email protected]
Date:     Mon Aug  4 11:40:26 2014 UTC
Log:      Fix typo.

[email protected]

Review URL: https://codereview.chromium.org/442443002
http://code.google.com/p/v8/source/detail?r=22813

Modified:
 /branches/bleeding_edge/src/assert-scope.h

=======================================
--- /branches/bleeding_edge/src/assert-scope.h  Wed Jul 16 06:59:14 2014 UTC
+++ /branches/bleeding_edge/src/assert-scope.h  Mon Aug  4 11:40:26 2014 UTC
@@ -74,7 +74,7 @@
   ~PerThreadAssertScopeBase() {
     if (!data_->decrement_level()) return;
     for (int i = 0; i < LAST_PER_THREAD_ASSERT_TYPE; i++) {
-      ASSERT(data_->get(static_cast<PerThreadAssertType>(i)));
+      DCHECK(data_->get(static_cast<PerThreadAssertType>(i)));
     }
     delete data_;
     SetThreadLocalData(NULL);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to